From d91de3d912978f3bbafe49abd5a2c3a7f699738c Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 18 Jun 2020 21:05:00 -0700 Subject: [PATCH] Fix makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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