diff --git a/build/Makefile b/build/Makefile index aa4834f..3b1dbc0 100644 --- a/build/Makefile +++ b/build/Makefile @@ -8,11 +8,9 @@ quicklisp-controller: git clone --depth=1 https://github.com/xach/westbrook.git git clone --depth=1 https://github.com/quicklisp/project-info.git git clone --depth=1 https://github.com/quicklisp/quicklisp-controller.git + sbcl --load build.lisp systems-file: sbcl --load 'make-systems-file.lisp' --eval '(quicklisp-systems-file::make-systems-file)' build: quicklisp-projects quicklisp-controller systems-file - sbcl --load build.lisp - -