diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2019-02-15 21:14:28 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2019-02-15 21:14:28 +0100 |
commit | 5c3415af4a2881b3ca7cdb4ef5bbf240b4a8b93b (patch) | |
tree | 503b4ae3890aa60a6018fd2f38c13b48d24cfaac /Makefile | |
parent | e5ab9e6723e3f1dfbce6cf4188762421a86b2c87 (diff) |
WIP referee for competition
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |