diff --git a/makefile b/makefile index c52b88a..ba88604 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,7 @@ os.iso: kernel.elf $(ASM) $(AFLAGS) $< -o $@ # Building C objecets -%.o: %.c +core/%.o: %.c $(CC) $(CFLAGS) $< -o $@ # Running (no recipes called)