summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-02-15 21:14:28 +0100
committerTom Smeding <tom.smeding@gmail.com>2019-02-15 21:14:28 +0100
commit5c3415af4a2881b3ca7cdb4ef5bbf240b4a8b93b (patch)
tree503b4ae3890aa60a6018fd2f38c13b48d24cfaac /Makefile
parente5ab9e6723e3f1dfbce6cf4188762421a86b2c87 (diff)
WIP referee for competition
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1a3ee7..f0912ee 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ AI_ALL_LOWER := $(patsubst ai_%.cpp,%,$(wildcard ai_*.cpp))
TARGET_ALL := $(patsubst %,ai%,$(AI_ALL_LOWER))
-.PHONY: all clean debug
+.PHONY: all clean
all: $(TARGET)