summaryrefslogtreecommitdiffstats
path: root/libasyncns/Makefile
blob: fd503b4c67a49b2a11479fea5cd885ea7bb6285b (plain)
1
2
3
4
5
6
7
8
CFLAGS=-Wall -W -O0 -g -pipe


asyncns-test: aar.o aar-test.o
	$(CC) -o $@ $^ $(LIBS) $(CFLAGS)

clean:
	rm -rf *.o asyncns-test