OBJ =		raw.o sendpacket.o testraw.o
CC =		lc

testraw :	$(OBJ)
		blink with test.with

raw.o :		raw.c
		$(CC) $(CFLAGS) raw.c

sendpacket.o :	sendpacket.c
		$(CC) $(CFLAGS) sendpacket.c

testraw.o :	testraw.c
		$(CC) $(CFLAGS) testraw.c
