aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-04-28 23:12:17 +0200
committerMarvin Borner2021-04-28 23:12:17 +0200
commit04104fc051d44f4f9b3328f29b4be91fa4060f34 (patch)
tree1677c1739c44bd7c7e8722ea00ca3c6b45158c85 /Makefile
parent895a58b1b57a0ae8028576404a90f12e0133cf5f (diff)
Started conversion to Grub (#17)
Yes, the CI won't like this.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4583234..456659a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,6 @@ compile:
@echo "Compiled libtxt"
@$(MAKE) --no-print-directory -C kernel/
@echo "Compiled kernel"
- @$(MAKE) --no-print-directory -C boot/
- @echo "Compiled boot"
@$(MAKE) --no-print-directory -C apps/
@echo "Compiled apps"