aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c56874..37b3802 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,6 @@ $(UXN_ROM): $(UXN_ASM)
48 ./$(UXN_ASM) $(TAL_SRC) $(UXN_ROM) 48 ./$(UXN_ASM) $(TAL_SRC) $(UXN_ROM)
49 49
50run: $(BIN) $(UXN_ROM) 50run: $(BIN) $(UXN_ROM)
51 # NOTE: This should probably be done on the C code.
52 # echo 0 > /sys/class/graphics/fbcon/cursor_blink
53 ./$(BIN) $(UXN_ROM) 51 ./$(BIN) $(UXN_ROM)
54 52
55clean: 53clean: