diff cos/kernel/Makefile @ 30:0148f55bfe24

Added static asserts and fixed pages
author windel
date Thu, 29 Dec 2011 23:51:35 +0100
parents 7e3bdcb391dc
children 3a6a9b929db0
line wrap: on
line diff
--- a/cos/kernel/Makefile	Thu Dec 29 19:34:01 2011 +0100
+++ b/cos/kernel/Makefile	Thu Dec 29 23:51:35 2011 +0100
@@ -16,7 +16,7 @@
 %.o : %.asm
 	nasm -f elf64 -o $@ $<
 
-%.o : %.c
+%.o : %.c kernel.h
 	gcc $(CFLAGS) -o $@ -c $<
 
 clean: