From e6d0bf1d78c9745cb8d355d894144e2f56aa0d0b Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Fri, 10 Sep 2021 14:53:47 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a495cf..e004b73 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ basic.rom: examples/basic.tal uxnasm examples/basic.tal basic.rom test: basic.rom - ./in /dev/ttyACM0 | uxnemu test.rom | ./out /dev/ttyACM0 + ./in /dev/ttyACM0 | uxnemu basic.rom | ./out /dev/ttyACM0