From 733c1230cbae040fbdab3840289f2354f6709f32 Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Mon, 24 Aug 2020 13:16:30 -0400 Subject: [PATCH] chore: remove ecl directions --- Makefile | 4 ---- README.org | 2 -- 2 files changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 382c359..3ef8657 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.org b/README.org index 81dfee2..916ac62 100644 --- a/README.org +++ b/README.org @@ -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~