mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-19 16:00:29 -04:00
phony
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user