]> code.delx.au - refind/blobdiff - Makefile
Misc. small changes.
[refind] / Makefile
index e6f6ca0688c87c909919f693313f731c2cade396..c21f2a86f8353a62149cf6cfee15b83958e592c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,22 @@ SRCS=$(NAMES:=.c)
 OBJS=$(NAMES:=.o)
 HEADERS=$(NAMES:=.h)
 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)
+
+fs:
+       make -C $(FS_DIR)
 
 clean:
        make -C $(LIB_DIR) clean
        make -C $(LOADER_DIR) clean
+       make -C $(FS_DIR) clean
 
 # NOTE TO DISTRIBUTION MAINTAINERS:
 # The "install" target installs the program directly to the ESP