Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbonini authored Jul 4, 2024
1 parent 0c74272 commit efa91f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SEGARD_DECOMP := $(TOOLS_DIR)/segard/decomp.go

all: extract build
build:
$(ASM68K) /m /k /p "$(WORKSPACE)/$(ASM_DIR)/$(NAME).asm","$(WORKSPACE)/$(BUILD_DIR)/$(NAME) ($(VERSION)).bin",,"$(WORKSPACE)/$(BUILD_DIR)/$(NAME) $(VERSION)_list.txt"
$(ASM68K) /m /k /p "$(WORKSPACE)/$(ASM_DIR)/$(NAME).asm","$(WORKSPACE)/$(BUILD_DIR)/$(NAME) ($(VERSION)).bin",,"$(WORKSPACE)/$(BUILD_DIR)/$(NAME) ($(VERSION)).bin"
extract: segard_decomp
segard_decomp:
$(GO) $(SEGARD_DECOMP) "$(WORKSPACE)/$(ROM_DIR)/$(ROM_$(VERSION))" $(WORKSPACE)/$(GFX_DIR)/segard/00024000.smd 0x00024000
Expand Down

0 comments on commit efa91f7

Please sign in to comment.