diff options
author | Aiden Gall <aiden@aidengall.xyz> | 2024-05-15 00:47:52 +0100 |
---|---|---|
committer | Aiden Gall <aiden@aidengall.xyz> | 2024-05-15 00:48:53 +0100 |
commit | 5ebc67833086eccb3c3b1708745c927d5bcfd811 (patch) | |
tree | ec3347e5bcbccebcba8e9e121d22f1d74c82762f /Makefile | |
parent | d28457e416f7ba7c903c4db6bff73fb87f77e3e6 (diff) |
add static assertions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |