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