Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbonini committed Jul 4, 2024
1 parent aa7ab1e commit f394e7e
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 @@ -24,7 +24,7 @@ build: assemble sha1
assemble:
$(ASM68K) $(ASM68K_SWITCHES) "$(ASM_DIR)/$(NAME).asm","$(BUILD_DIR)/$(NAME) ($(VERSION)).bin",,"$(BUILD_DIR)/$(NAME) ($(VERSION)).txt"
sha1:
$(GO) $(SHA1CHECK) "$(ROM_DIR)/$(ROM_$(VERSION))" $(SHA1)
$(GO) $(SHA1CHECK) "$(BUILD_DIR)/$(NAME) ($(VERSION)).bin" $(SHA1)

extract: segard_decomp
segard_decomp:
Expand Down

0 comments on commit f394e7e

Please sign in to comment.