diff --git a/Makefile b/Makefile index 47c782c..ec1019c 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ mindgen: watcher: gcc watcher.c -o watcher + +.PHONY: mindgen watcher