diff --git a/Makefile b/Makefile index 3459638..9008d76 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ QEMU_MKE_IMG := qemu-img create -f raw espresso.img 64M NASMFLAGS := -f elf32 CFLAGS := -std=gnu99 -ffreestanding -O2 -Wall -Wextra -msse LDFLAGS := -T linker.ld -ffreestanding -O2 -nostdlib -SRC_DIRS := kernel drivers src lib +SRC_DIRS := kernel drivers lib INCLUDE_DIRS := include INCLUDES := $(addprefix -I, $(INCLUDE_DIRS)) ISO_DIR := isodir