84fc13b5d416
Remove clasp from build
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 27 Mar 2024 15:29:48 -0400 |
parents | c009c39c5672 |
children | 7dab213bec41 1239054b95ca |
branches/tags | (none) |
files | Makefile docs/footer.markdown |
Changes
--- a/Makefile Thu Mar 10 21:15:42 2022 -0500 +++ b/Makefile Wed Mar 27 15:29:48 2024 -0400 @@ -1,4 +1,4 @@ -.PHONY: test test-sbcl test-ccl test-ecl test-abcl test-clasp pubdocs +.PHONY: test test-sbcl test-ccl test-ecl test-abcl pubdocs heading_printer = $(shell which heading || echo 'true') sourcefiles = $(shell ffind --full-path --literal .lisp) @@ -6,7 +6,7 @@ apidocs = $(shell ls docs/*reference*.markdown) # Testing --------------------------------------------------------------------- -test: test-sbcl test-ccl test-ecl test-abcl test-clasp +test: test-sbcl test-ccl test-ecl test-abcl test-sbcl: $(heading_printer) computer 'SBCL' @@ -24,10 +24,6 @@ $(heading_printer) broadway 'ABCL' time abcl --load test/run.lisp -test-clasp: - $(heading_printer) o8 'CLASP' - time clasp --load test/run.lisp - # Documentation --------------------------------------------------------------- $(apidocs): $(sourcefiles) sbcl --noinform --load docs/api.lisp --eval '(quit)'
--- a/docs/footer.markdown Thu Mar 10 21:15:42 2022 -0500 +++ b/docs/footer.markdown Wed Mar 27 15:29:48 2024 -0400 @@ -1,6 +1,4 @@ <i>Made with Lisp and love by [Steve Losh][].</i> -<p><a href="http://rochestermade.com" title="Rochester Made"><img src="https://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made" /></a></p> - [Steve Losh]: http://stevelosh.com/ [roc]: https://rochestermade.com/