Skip to content

Commit

Permalink
improve makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael-VC committed Jul 15, 2024
1 parent b75fac2 commit d6e042d
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 @@ -50,7 +50,7 @@ disassemble: build
install: setup backup build dump symbols disassemble
@ echo "Installing: ./{${BIN_DIR},${ROM_DIR}}/* at ~/{${BIN_DIR},${ROMS_DIR}}"
@ cp ${BIN_DIR}/* ~/${BIN_DIR}
@ cp ${ROM_DIR}/* ~/${ROMS_DIR}
@ cp ${ROM} ~/${ROMS_DIR}

test: install
@ echo "Testing: ~/${ROM_DIR}/${ID}.rom"
Expand Down

0 comments on commit d6e042d

Please sign in to comment.