Add purge command

This commit is contained in:
Lucas S. Vieira 2024-08-18 22:29:51 -03:00
parent 364226222e
commit b6730284bb

View file

@ -11,7 +11,7 @@ COL16OUT := $(addsuffix MAP16.COL,$(dir $(COL16SRC)))
MAP128OUT := $(addsuffix MAP128.MAP,$(dir $(COL16SRC))) MAP128OUT := $(addsuffix MAP128.MAP,$(dir $(COL16SRC)))
LVLOUT := $(addsuffix .LVL,$(basename $(LVLSRC))) LVLOUT := $(addsuffix .LVL,$(basename $(LVLSRC)))
.PHONY: clean ./build/engine.cue run configure chd cook cooktest .PHONY: clean ./build/engine.cue run configure chd cook cooktest purge
all: ./build/engine.cue all: ./build/engine.cue
dir: ./build dir: ./build
@ -34,6 +34,8 @@ configure:
clean: clean:
rm -rf ./build rm -rf ./build
purge: clean cleancook
# ======================================= # =======================================
# ASSET COOKING TARGETS # ASSET COOKING TARGETS
# ======================================= # =======================================