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


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

clean:
	rm -rf *.o asyncns-test