fixed Make clean
This commit is contained in:
parent
1cfa5e38f3
commit
7df0f14e99
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all clean
|
||||
.PHONY: all clean mrproper
|
||||
|
||||
SIZE = 32
|
||||
TEMPSIZE = $(shell echo $(SIZE) '*4' | bc)
|
||||
|
@ -92,4 +92,5 @@ public/js/snek.js: $(wildcard src/js/*.js)
|
|||
|
||||
clean:
|
||||
rm -f build/*.*
|
||||
mrproper: clean
|
||||
rm -f $(OUTPUT)
|
||||
|
|
Loading…
Reference in a new issue