We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afbb74 commit 733c123Copy full SHA for 733c123
Makefile
@@ -1,10 +1,6 @@
1
cycle:
2
sbcl --load "cycle.asd" --eval "(ql:quickload :cycle)" --eval "(sb-ext:save-lisp-and-die \"cycle\" :toplevel 'cycle:main :executable t :compression 9)"
3
4
-ecl:
5
- ecl --load "cycle.asd" --eval "(ql:quickload :cycle)" --eval "(asdf:make-build :cycle :type :program :prologue-code '(setf compiler:*compile-verbose* nil) :move-here \"./\")"
6
-.PHONY: ecl
7
-
8
clean:
9
rm cycle
10
.PHONY: cycle
README.org
@@ -21,5 +21,3 @@ Currently there are pre-built binaries for Linux and macOS in [[https://github.c
21
*** Compile binary
22
**** sbcl
23
~make~
24
-**** ecl
25
-~make ecl~
0 commit comments