aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-03-14 19:12:18 +0100
committerBad Diode <bd@badd10de.dev>2022-03-14 19:12:18 +0100
commit5813c416cff70e0b773e5151f07bf037fe692679 (patch)
treeb63de6bc2a804db500efcd1a12613ff228539166 /Makefile
parentd87d43ce228e9b2e795fa85c5dee3708c2812625 (diff)
downloaduxnfb-5813c416cff70e0b773e5151f07bf037fe692679.tar.gz
uxnfb-5813c416cff70e0b773e5151f07bf037fe692679.zip
Fix TTY cursor and graphics 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: