diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-01-07 17:30:34 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-01-07 17:30:34 +0000 |
commit | f64fcd8de82bc7a88c0cd7dc6ee52252607478b7 (patch) | |
tree | 7e8d262bd069ad29a3e60d785774dcd309616306 /libasyncns/Makefile | |
parent | 966b81addf7e728bd62ed86246741d30926351c2 (diff) |
replace more aar by ans
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@5 cc0fb855-19ed-0310-866e-8c1d96e4abae
Diffstat (limited to 'libasyncns/Makefile')
-rw-r--r-- | libasyncns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libasyncns/Makefile b/libasyncns/Makefile index b2f6aef..487de6f 100644 --- a/libasyncns/Makefile +++ b/libasyncns/Makefile @@ -1,8 +1,8 @@ CFLAGS=-Wall -W -O0 -g -pipe -aar-test: aar.o aar-test.o +ans-test: aar.o aar-test.o $(CC) -o $@ $^ $(LIBS) $(CFLAGS) clean: - rm -rf *.o aar-test + rm -rf *.o ans-test |