aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-06-29 17:23:50 +0200
committerAleksa Vučković <aleksav013@gmail.com>2022-06-29 17:23:50 +0200
commit987d6c6e5e931f349a3f48b890a2ab9ee0c430b4 (patch)
tree209d9bc6210edcee3cf7c3e229e81cba6f64a891 /Makefile
parent1f57e99720c4bc5e3e27a88ff469cef43c202a43 (diff)
disabled cursorHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67f0d8c..c11ff8b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ export AS_OBJECTS=$(patsubst %,$(AS_OBJECT_DIR)/%,$(AS_OBJ))
## C OBJECTS
C_OBJ=gdt.o heap.o idt.o kernel.o keyboard.o keymap.o stdio.o string.o tty.o \
vga.o irq_handler.o stack_protector.o timer.o paging.o shell/uptime.o \
-shell/neofetch.o shell/game.o
+shell/neofetch.o shell/game.o cursor.o
export C_OBJECTS=$(patsubst %,$(C_OBJECT_DIR)/%,$(C_OBJ))
## ALL OBJECTS IN ORDER