aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/makefile
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-01-18 23:16:56 -0500
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-01-18 23:16:56 -0500
commitec7e798c70e54cf10e6dddf465cb7f741f760e79 (patch)
tree4c55795e322a09bad030e1938de73f39bff29a28 /kernel/makefile
parentbb59107bd06a6a252b3743f17e55e3c17896db35 (diff)
added beginning and end kernel symbols
Diffstat (limited to 'kernel/makefile')
-rw-r--r--kernel/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/makefile b/kernel/makefile
index a9407bd..88659d9 100644
--- a/kernel/makefile
+++ b/kernel/makefile
@@ -55,7 +55,7 @@ LINKLST += crtn.o
-include $(DEPFILES)
-.PHONY: all crt clean
+.PHONY: all crt clean kernel.bin
all: crti.o crtn.o kernel.bin