aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-13 11:38:10 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-13 11:38:10 +0000
commit4dec8203f631a680473a2f9d5761306e336dc2ec (patch)
tree3b77fdeaa60dc4d204706dd132bcfdfe8c3a3f50 /makefile
parentfixed (diff)
downloadmutator-4dec8203f631a680473a2f9d5761306e336dc2ec.tar.gz
mutator-4dec8203f631a680473a2f9d5761306e336dc2ec.zip
removed TAGS from all
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 $@