]> code.delx.au - refind/blobdiff - Makefile
Misc. small changes.
[refind] / Makefile
index 9b6ee1079c8bc5696343e0f493dbd9ec853b011c..c21f2a86f8353a62149cf6cfee15b83958e592c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,19 +10,19 @@ LOADER_DIR=refind
 FS_DIR=filesystems
 LIB_DIR=libeg
 
-# Build the Symbiote library itself.
+# Build rEFInd, including libeg
 all:
        make -C $(LIB_DIR)
        make -C $(LOADER_DIR)
 #      make -C $(FS_DIR)
 
-filesystems:
+fs:
        make -C $(FS_DIR)
 
 clean:
        make -C $(LIB_DIR) clean
        make -C $(LOADER_DIR) clean
-#      make -C $(FS_DIR) clean
+       make -C $(FS_DIR) clean
 
 # NOTE TO DISTRIBUTION MAINTAINERS:
 # The "install" target installs the program directly to the ESP