summaryrefslogtreecommitdiffstats
path: root/libasyncns/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-07 17:31:54 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-07 17:31:54 +0000
commit0e5fee2fecf3e59bbe135be6e1060a903798e4e0 (patch)
treeb9967a2eca6e5f1ef233033ee91cab986318c531 /libasyncns/Makefile
parentf64fcd8de82bc7a88c0cd7dc6ee52252607478b7 (diff)
once again, rename ans to asyncns
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@6 cc0fb855-19ed-0310-866e-8c1d96e4abae
Diffstat (limited to 'libasyncns/Makefile')
-rw-r--r--libasyncns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasyncns/Makefile b/libasyncns/Makefile
index 487de6f..fd503b4 100644
--- a/libasyncns/Makefile
+++ b/libasyncns/Makefile
@@ -1,8 +1,8 @@
CFLAGS=-Wall -W -O0 -g -pipe
-ans-test: aar.o aar-test.o
+asyncns-test: aar.o aar-test.o
$(CC) -o $@ $^ $(LIBS) $(CFLAGS)
clean:
- rm -rf *.o ans-test
+ rm -rf *.o asyncns-test