Fix makefile

This commit is contained in:
Dane Everitt
2020-06-18 21:05:00 -07:00
parent 495ad4defd
commit d91de3d912

View File

@@ -7,4 +7,6 @@ compress:
cross-build: clean build compress
clean:
rm -rf build/wings_*
rm -rf build/wings_*
.PHONY: all build compress clean