summaryrefslogtreecommitdiff
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 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)