aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c3791b..8dee31f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,5 +7,6 @@ astar: *.c *.h
debug: *.c *.h
$(CC) -Wall -g -o $(EXECUTABLE) -DPID_MESSAGE priority_queue.c map.c stack.c path.c bmp.c main.c -lncurses
+.PHONY: clean
clean:
rm ./$(EXECUTABLE)