aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/Makefile b/Makefile
index ef607db..2f32a9d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,29 +1,12 @@
LISP ?= sbcl
+.PHONY: build
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)'
-
.PHONY: doc
doc: doc/extreload.1