aboutsummaryrefslogtreecommitdiffstats
path: root/l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'l/Makefile')
-rw-r--r--l/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/l/Makefile b/l/Makefile
deleted file mode 100644
index 8cd0743..0000000
--- a/l/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-LISP ?= sbcl
-
-build:
- $(LISP) --load extreload.asd \
- --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)'