mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Rename make compressed
to make compress
(#1620)
This commit is contained in:
parent
0417e739cc
commit
16f9ff39be
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -268,7 +268,7 @@ ifneq ($(COMPARE),0)
|
|||
@md5sum -c baseroms/$(VERSION)/checksum.md5
|
||||
endif
|
||||
|
||||
compressed: $(ROMC)
|
||||
compress: $(ROMC)
|
||||
ifneq ($(COMPARE),0)
|
||||
@md5sum $(ROMC)
|
||||
@md5sum -c baseroms/$(VERSION)/checksum-compressed.md5
|
||||
|
@ -300,9 +300,9 @@ endif
|
|||
$(N64_EMULATOR) $<
|
||||
|
||||
|
||||
.PHONY: all rom compressed clean setup run distclean assetclean
|
||||
.PHONY: all rom compress clean setup run distclean assetclean
|
||||
.DEFAULT_GOAL := rom
|
||||
all: rom compressed
|
||||
all: rom compress
|
||||
|
||||
#### Various Recipes ####
|
||||
|
||||
|
|
Loading…
Reference in a new issue