Mercurial > templog
view network/Makefile @ 108:b523761181f5 avr-http
Add some replacement functions for testing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 15 Sep 2012 21:43:15 +0800 |
parents | 56d09a0969b5 |
children |
line wrap: on
line source
all: test SOURCES=timer.c uip.c test.c test: $(SOURCES) gcc -o $@ $^ -Wall