aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e8f8a85..cafe8a9 100644
--- a/makefile
+++ b/makefile
@@ -103,7 +103,7 @@ TARGETS=mutatorserver
.PHONY:all clean install help $(TARGET0) $(TARGET1) $(TARGET2) TAGS
-all: $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETC) $(TARGETD) $(TARGETS) TAGS
+all: $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETC) $(TARGETD) $(TARGETS)
.cpp.o:
$(CXX) $(CXX_FLAGS) -c $< -o $@