]> code.delx.au - refind/blobdiff - Makefile
Small menu improvements; bug fixes & improvements to install.sh
[refind] / Makefile
index f5963090f361ea40750ec69a09d0e9d002e2138c..704334ffdcbcc17111b94ae23501ea5dc4ced7f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,13 @@ LIB_DIR=libeg
 
 # Build the Symbiote library itself.
 all:
-       make -C $(LIB_DIR) -j 6
-       make -C $(LOADER_DIR) -j 6
+       make -C $(LIB_DIR)
+       make -C $(LOADER_DIR)
 
 clean:
        make -C $(LIB_DIR) clean
        make -C $(LOADER_DIR) clean
+
+install:
+       ./install.sh
 # DO NOT DELETE