diff --git a/Makefile b/Makefile index 342ae2c..7b671f0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: build +.PHONY: clean build build: - 7z a -pmalte -mhe=on "lite.apbx" ./src/* \ No newline at end of file + 7z a -pmalte -mhe=on "lite.apbx" ./src/* + +clean: + rm lite.apbx \ No newline at end of file