Skip to content

Commit c8de653

Browse files
committed
Not network install ql
1 parent 8fc6629 commit c8de653

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ build-deploy:
1414
@echo "Building... (with Deploy)"
1515
$(LISP) $(LISP_ARGS) --script './scripts/deploy.lisp'
1616

17-
build-nix: install-ql build
18-
1917
download-ql:
2018
@echo "Downloading Quicklisp..."
2119
curl -O https://beta.quicklisp.org/quicklisp.lisp
@@ -25,6 +23,12 @@ install-ql: download-ql
2523
$(LISP) $(LISP_ARGS) --load './quicklisp.lisp' --script './scripts/install-ql.lisp'
2624
rm './quicklisp.lisp'
2725

26+
install-ql-no-network:
27+
@echo "Installing Quicklisp..."
28+
$(LISP) $(LISP_ARGS) --load './scripts/quicklisp.lisp' --script './scripts/install-ql.lisp'
29+
30+
build-nix: install-ql-no-network build
31+
2832
command-global:
2933
./test/commands/global/run.sh
3034

0 commit comments

Comments
 (0)