summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-14 16:28:05 -0400
committerLouie S <louie@example.com>2023-09-14 16:28:05 -0400
commita1c45a5d707095f503ff94981d91bfceb26f14c4 (patch)
tree82104b4211742936141e402aa937101f31a762c7 /Makefile
parentbd511f431b75f21e8290aa2527d6222467e56b20 (diff)
Add grub-dev target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff50444..ee98f27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,13 @@
-all: grub
+all: grub grub-dev
grub:
$(MAKE) -f grub-Makefile
+grub-dev:
+ $(MAKE) -f grub-dev-Makefile
+
.PHONY: clean
clean:
$(MAKE) clean -f grub-Makefile
+ $(MAKE) clean -f grub-dev-Makefile