diff --git a/makefile b/makefile index 2efc6ff..0a3fb59 100644 --- a/makefile +++ b/makefile @@ -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