summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f7c970..c90629e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,13 @@ LDFLAGS = \
OFILES = \
src/boot.o \
+ src/descriptors.o \
src/error.o \
src/font.o \
+ src/interrupt.o \
src/main.o \
src/nasty.o \
+ src/panic.o \
src/screen.o \
src/utf8.o \
src/util.o