X-Git-Url: https://code.delx.au/refind/blobdiff_plain/dfa921b680497937566695dfefd20a8751947c51..953397f78420efbd81d4ab60a2c01da0d2c19711:/Makefile diff --git a/Makefile b/Makefile index e6f6ca0..9b6ee10 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. all: make -C $(LIB_DIR) make -C $(LOADER_DIR) +# make -C $(FS_DIR) + +filesystems: + 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