reduced complexity on master branch for now as i setup for gdt things

This commit is contained in:
shockrah
2019-10-09 15:26:54 -07:00
parent 9e7effcc7f
commit ec9cd34dc6
6 changed files with 23 additions and 58 deletions

View File

@@ -33,7 +33,7 @@ os.iso: kernel.elf
$(ASM) $(AFLAGS) $< -o $@
# Building C objecets
core/%.o: %.c
%.o: %.c
$(CC) $(CFLAGS) $< -o $@
# Running (no recipes called)