From 5ebc67833086eccb3c3b1708745c927d5bcfd811 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Wed, 15 May 2024 00:47:52 +0100 Subject: add static assertions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3