fixed merge conflicts from re-struct branch regarding fie renames and moves

This commit is contained in:
shockrah 2019-09-16 14:01:39 -07:00
commit 18f0b02b58

View File

@ -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)