diff options
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) |