Skip to content

Commit

Permalink
Update makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael-VC committed Jul 6, 2024
1 parent a9b2218 commit c93946d
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 @@ run: install

test: install
@ echo "Testing: ~/${ROM_DIR}/${ID}.rom"
@ echo "~test/routines.tal \n sierpinski" | ${EMU} ~/${ROM_DIR}/${ID}.rom
@ echo "~test/routines.tal \n sierpinski" | ${EMU} ${ROM_DIR}/${ID}.rom

setup:
@ echo "Setting up: ~/{${BIN_DIR},${ROMS_DIR}}"
Expand Down

0 comments on commit c93946d

Please sign in to comment.