diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |