summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-11-26 13:12:19 +0000
committerErwin Nindl <nine@wirdorange.org>2007-11-26 13:12:19 +0000
commit8180ee3824623bf001466ae334f8dc25efd9576e (patch)
tree848abd52db1a882495e5afced9ea110b54220d98
parentadded sync options (diff)
fixed doxygen bug
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c669aa1..e659660 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ OBJS = anytun.o \
EXECUTABLE = anytun
-all: $(EXECUTABLE)
+all: $(EXECUTABLE) doxygen
anytun: $(OBJS)
$(LD) $(OBJS) -o $@ $(LDFLAGS)