makefile works somehow xd

This commit is contained in:
Medium Fries 2018-12-03 19:31:34 -08:00
parent 478e0e532d
commit 00d2a1f084

View File

@ -3,6 +3,8 @@ CC=gcc
LINK=ld
ISO=genisoimage
all: loader link iso
echo 'yeeting'
# build our loader
loader: loader.asm
# loading the kernel form loader.asm