summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 08:24:12 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 08:24:12 +0000
commit30816d69356a4cd548316b63a0e5d69984ac386e (patch)
tree11821443028832a44678f872b99cee8e464ba026 /Makefile
parentAdded syncsocket (diff)
added boost as dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c77012..16a20b6 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ OBJS = anytun.o \
EXECUTABLE = anytun
-all: $(EXECUTABLE) doxygen
+all: $(EXECUTABLE)
anytun: $(OBJS)
$(LD) $(OBJS) -o $@ $(LDFLAGS)