Skip to content

Commit

Permalink
chore: remove ecl directions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Simpson committed Aug 24, 2020
1 parent 7afbb74 commit 733c123
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
cycle:
sbcl --load "cycle.asd" --eval "(ql:quickload :cycle)" --eval "(sb-ext:save-lisp-and-die \"cycle\" :toplevel 'cycle:main :executable t :compression 9)"

ecl:
ecl --load "cycle.asd" --eval "(ql:quickload :cycle)" --eval "(asdf:make-build :cycle :type :program :prologue-code '(setf compiler:*compile-verbose* nil) :move-here \"./\")"
.PHONY: ecl

clean:
rm cycle
.PHONY: cycle
Expand Down
2 changes: 0 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ Currently there are pre-built binaries for Linux and macOS in [[https://github.c
*** Compile binary
**** sbcl
~make~
**** ecl
~make ecl~

0 comments on commit 733c123

Please sign in to comment.