Skip to content

Commit 733c123

Browse files
author
Adam Simpson
committed
chore: remove ecl directions
1 parent 7afbb74 commit 733c123

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
cycle:
22
sbcl --load "cycle.asd" --eval "(ql:quickload :cycle)" --eval "(sb-ext:save-lisp-and-die \"cycle\" :toplevel 'cycle:main :executable t :compression 9)"
33

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-
84
clean:
95
rm cycle
106
.PHONY: cycle

README.org

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ Currently there are pre-built binaries for Linux and macOS in [[https://github.c
2121
*** Compile binary
2222
**** sbcl
2323
~make~
24-
**** ecl
25-
~make ecl~

0 commit comments

Comments
 (0)