X-Git-Url: https://code.delx.au/refind/blobdiff_plain/dfa921b680497937566695dfefd20a8751947c51..fae4a8d3fada7d96cf0e50e13622a7ca72b17c0a:/Makefile diff --git a/Makefile b/Makefile index e6f6ca0..c21f2a8 100644 --- 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