mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
replace literal with var
This commit is contained in:
parent
29df5ad741
commit
66baed9d91
2
Makefile
2
Makefile
@ -215,7 +215,7 @@ endif
|
|||||||
|
|
||||||
#### Main Targets ###
|
#### Main Targets ###
|
||||||
|
|
||||||
decompress: baserom.us.z64
|
decompress: $(BASEROM)
|
||||||
@echo "Decompressing ROM..."
|
@echo "Decompressing ROM..."
|
||||||
@$(PYTHON) $(COMPTOOL) -d $(BASEROM) $(BASEROM_UNCOMPRESSED)
|
@$(PYTHON) $(COMPTOOL) -d $(BASEROM) $(BASEROM_UNCOMPRESSED)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user