summaryrefslogtreecommitdiff
path: root/ccan/net/tools/Makefile
blob: 3a2204386d1668c690cbf884f580245728e93408 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS=-g -Wall -W -I../../..

test-net: test-net.o net.o noerr.o

net.o: ../net.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<

noerr.o: ../../noerr/noerr.c
	$(COMPILE.c) $(OUTPUT_OPTION) $<