mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 13:00:06 +00:00
phony
This commit is contained in:
parent
bc27e726f7
commit
dde54193b4
6
Makefile
6
Makefile
@ -199,7 +199,7 @@ init:
|
||||
$(MAKE) decompress
|
||||
$(MAKE) extract -j $(nproc)
|
||||
$(MAKE) all
|
||||
# $(MAKE) compress
|
||||
# $(MAKE) $(ROMC)
|
||||
# TODO: COMPRESS resulting rom.
|
||||
|
||||
uncompressed: $(ROM)
|
||||
@ -285,4 +285,6 @@ $(BUILD_DIR)/%.o: %.c
|
||||
-include $(DEP_FILES)
|
||||
|
||||
# Print target for debugging
|
||||
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
|
||||
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
|
||||
|
||||
.PHONY: all uncompressed compressed clean init extract format checkformat decompress
|
Loading…
Reference in New Issue
Block a user