summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3039d1d..a68ae43 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ OBJ = ${CSRC:.c=.o} ${FSRC:.asm=.o}
all: providence.img
boot/boot.o: boot/bios.inc boot/page.inc boot/segdesc.inc
-kernel/main.o: kernel/util.h
+kernel/main.o: kernel/assert.h kernel/util.h
providence.img: ${OBJ}
${CC} ${LDFLAGS} $^ ${LDLIBS} -o $@