From 00d2a1f0847cda8eee1355c7acd4c51b16ced345 Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Mon, 3 Dec 2018 19:31:34 -0800 Subject: [PATCH] makefile works somehow xd --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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