fixed Make clean
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.PHONY: all clean
|
.PHONY: all clean mrproper
|
||||||
|
|
||||||
SIZE = 32
|
SIZE = 32
|
||||||
TEMPSIZE = $(shell echo $(SIZE) '*4' | bc)
|
TEMPSIZE = $(shell echo $(SIZE) '*4' | bc)
|
||||||
@@ -92,4 +92,5 @@ public/js/snek.js: $(wildcard src/js/*.js)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f build/*.*
|
rm -f build/*.*
|
||||||
|
mrproper: clean
|
||||||
rm -f $(OUTPUT)
|
rm -f $(OUTPUT)
|
||||||
|
|||||||
Reference in New Issue
Block a user