view network/Makefile @ 110:4eb5a746d7af avr-http

Import avrusbmodem code minus the USB bits. Not built yet.
author Matt Johnston <matt@ucc.asn.au>
date Sat, 15 Sep 2012 21:49:05 +0800
parents 56d09a0969b5
children
line wrap: on
line source

all: test

SOURCES=timer.c uip.c test.c 

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