Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael-VC committed Aug 18, 2024
1 parent 672f45a commit 99b97ff
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 @@ -32,7 +32,7 @@ setup:
@ echo "Setting up: ~/{${BIN_DIR},${ROMS_DIR}}"
@ mkdir -p ~/${BIN_DIR} ~/${ROMS_DIR}

build: ${ROM}
build:
@ echo "Building: ./${ROM}*"
@ cd ${SRC_DIR} && ${ASM} ${TAL} ../${ROM}

Expand Down

0 comments on commit 99b97ff

Please sign in to comment.