diff --git a/Makefile b/Makefile index 44eab6b..8db5e0c 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,6 @@ compress: cross-build: clean build compress clean: - rm -rf build/wings_* \ No newline at end of file + rm -rf build/wings_* + +.PHONY: all build compress clean \ No newline at end of file