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


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

clean:
	rm -rf *.o ans-test