We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55db604 commit 914d471Copy full SHA for 914d471
Makefile
@@ -14,13 +14,16 @@ build-deploy:
14
@echo "Building... (with Deploy)"
15
$(LISP) $(LISP_ARGS) --script './scripts/deploy.lisp'
16
17
+build-nix: install-ql build
18
+
19
download-ql:
20
@echo "Downloading Quicklisp..."
21
curl -O https://beta.quicklisp.org/quicklisp.lisp
22
23
install-ql: download-ql
24
@echo "Installing Quicklisp..."
25
$(LISP) $(LISP_ARGS) --load './quicklisp.lisp' --script './scripts/install-ql.lisp'
26
+ rm './quicklisp.lisp'
27
28
command-global:
29
./test/commands/global/run.sh
0 commit comments