summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8667e792..c393fd87 100644
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,11 @@ local-depend:
depend: local-depend
$(MAKE) -C memdisk depend
+# Shortcut to build unix/syslinux using klibc
+klibc:
+ $(MAKE) clean
+ $(MAKE) CC=klcc ITARGET= ISUBDIRS=unix BSUBDIRS=
+
# Hook to add private Makefile targets for the maintainer.
-include Makefile.private