mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
Add purge command
This commit is contained in:
parent
364226222e
commit
b6730284bb
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
# =======================================
|
# =======================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue