X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e22f7ac1eccb5958dd960e157d0f35606f7db26e..1f5e6865fb9bf8ebb78b4818a6d54440c7c4004a:/Makefile diff --git a/Makefile b/Makefile index f596309..2b7a549 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ 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