From c93946de6a999a6585f7d12544428fc2d9e5f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Venegas=20Castell=C3=B3?= Date: Sat, 6 Jul 2024 00:17:24 -0600 Subject: [PATCH] Update makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 222e63b..abbc3b7 100644 --- a/makefile +++ b/makefile @@ -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}}"