aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53d756b..5face8f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,8 @@ $(BUILD_DIR):
30 mkdir -p $(BUILD_DIR) 30 mkdir -p $(BUILD_DIR)
31 31
32run: $(BIN) 32run: $(BIN)
33 # NOTE: This should probably be done on the C code.
34 echo 0 > /sys/class/graphics/fbcon/cursor_blink
33 ./$(BIN) 35 ./$(BIN)
34 36
35clean: 37clean: