Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-26 02:26:44 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-26 02:26:44 +0300
commitce496a02e7ca420a8e35cb089f0ff898b7010df9 (patch)
treed0df28e4403fb4553e65ecd46937e1969fb4c8df /Makefile
parentcbbddf64791c23b817ad906fd3e26da243594333 (diff)
Options are default options now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 819b4d3..f1434d9 100644
--- a/Makefile
+++ b/Makefile
@@ -51,19 +51,19 @@ menu: $(MENU_ROM)
games.asm $(OFFSETS): $(CONFIGS_DIR)/$(GAMES)
$(COMBINER) prepare --games $(CONFIGS_DIR)/$(GAMES) --asm games.asm --maxromsize $(SIZE) --maxchrsize $(MAXCHRSIZE) --offsets $(OFFSETS) $(REPORT_OPTION) $(SORT_OPTION) --language $(LANGUAGE) $(BADS_OPTION)
-$(UNIF): $(SOURCES) header footer symbols sprites $(MENU_ROM) $(OFFSETS)
-# $(COMBINER) build --games $(CONFIGS_DIR)/$(GAMES) --asm games.asm --maxromsize $(SIZE) --maxchrsize $(MAXCHRSIZE) $(REPORT_OPTION) $(SORT_OPTION) --language $(LANGUAGE) --nesasm $(NESASM) --unif $(UNIF) $(BADS_OPTION)
- $(COMBINER) combine --loader $(MENU_ROM) --offsets $(OFFSETS) --unif $(UNIF)
+$(UNIF): $(SOURCES) header footer symbols sprites # $(MENU_ROM) $(OFFSETS)
+ $(COMBINER) build --games $(CONFIGS_DIR)/$(GAMES) --asm games.asm --maxromsize $(SIZE) --maxchrsize $(MAXCHRSIZE) $(REPORT_OPTION) $(SORT_OPTION) --language $(LANGUAGE) --nesasm $(NESASM) --unif $(UNIF) $(BADS_OPTION)
+# $(COMBINER) combine --loader $(MENU_ROM) --offsets $(OFFSETS) --unif $(UNIF)
unif: $(UNIF)
-$(NES20): $(SOURCES) header footer symbols sprites
+$(NES20): $(SOURCES) header footer symbols sprites # $(MENU_ROM) $(OFFSETS)
$(COMBINER) build --games $(CONFIGS_DIR)/$(GAMES) --asm games.asm --maxromsize $(SIZE) --maxchrsize $(MAXCHRSIZE) $(REPORT_OPTION) $(SORT_OPTION) --language $(LANGUAGE) --nesasm $(NESASM) --nes20 $(NES20) $(BADS_OPTION)
# $(COMBINER) combine --loader $(MENU_ROM) --offsets $(OFFSETS) --nes20 $(NES20)
nes20: $(NES20)
-$(BIN): $(SOURCES) header footer symbols sprites
+$(BIN): $(SOURCES) header footer symbols sprites # $(MENU_ROM) $(OFFSETS)
$(COMBINER) build --games $(CONFIGS_DIR)/$(GAMES) --asm games.asm --maxromsize $(SIZE) --maxchrsize $(MAXCHRSIZE) $(REPORT_OPTION) $(SORT_OPTION) --language $(LANGUAGE) --nesasm $(NESASM) --bin $(BIN) $(BADS_OPTION)
# $(COMBINER) combine --loader $(MENU_ROM) --offsets $(OFFSETS) --bin $(BIN)