mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-24 17:54:43 -05:00
Add compare to Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -98,9 +98,9 @@ MAKEFLAGS += --no-print-directory
|
||||
$(shell mkdir -p $(SUBDIRS))
|
||||
|
||||
all: $(ROM)
|
||||
ifeq ($(COMPARE),1)
|
||||
|
||||
compare: all
|
||||
@$(SHA1SUM) $(BUILD_NAME).sha1
|
||||
endif
|
||||
|
||||
clean: tidy
|
||||
$(RM) $(ALL_OBJECTS)
|
||||
@@ -130,4 +130,4 @@ $(BUILD_DIR)/data/%.o: data/%.s $$(ASM_DEP)
|
||||
$(PREPROC) $< charmap.txt | $(CPP) -I include | $(AS) $(ASFLAGS) -o $@
|
||||
|
||||
$(BUILD_DIR)/%.o: %.s $$(ASM_DEP)
|
||||
$(AS) $(ASFLAGS) $< -o $@
|
||||
$(AS) $(ASFLAGS) $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user