aboutsummaryrefslogtreecommitdiffstats
path: root/l
diff options
context:
space:
mode:
Diffstat (limited to 'l')
-rw-r--r--l/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/l/Makefile b/l/Makefile
index ce59ba8..8cd0743 100644
--- a/l/Makefile
+++ b/l/Makefile
@@ -5,3 +5,21 @@ build:
--eval '(ql:quickload :extreload)' \
--eval '(asdf:make :extreload)' \
--eval '(quit)'
+
+release:
+ # ecl --eval '(require "asdf")' \
+ # --load extreload.asd \
+ # --eval '(ql:quickload :extreload)' \
+ # --eval '(asdf:make :extreload)' \
+ # --eval '(quit)'
+ ecl --eval '(require "asdf")' \
+ --eval '(require "uiop")' \
+ --load extreload.asd \
+ --eval '(ql:quickload :extreload)' \
+ --eval '(asdf:make-build :extreload \
+ :type :program \
+ :move-here #P"./" \
+ :epilogue-code '"'"'(progn \
+ (extreload:main) \
+ (si:exit)))' \
+ --eval '(quit)'