view network/Makefile @ 109:315850d48eec avr-http

Remove previous avrusbmodem import
author Matt Johnston <matt@ucc.asn.au>
date Sat, 15 Sep 2012 21:44:37 +0800
parents 56d09a0969b5
children
line wrap: on
line source

all: test

SOURCES=timer.c uip.c test.c 

test: $(SOURCES)
	gcc -o $@ $^ -Wall