# HG changeset patch # User Steve Losh # Date 1711567788 14400 # Node ID 84fc13b5d4169cb2207d3336c3735a4b2da563b8 # Parent c009c39c567250743d6359d7d2e4cb649226714c Remove clasp from build diff -r c009c39c5672 -r 84fc13b5d416 Makefile --- 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)' diff -r c009c39c5672 -r 84fc13b5d416 docs/footer.markdown --- 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 @@ Made with Lisp and love by [Steve Losh][]. -

Rochester Made

- [Steve Losh]: http://stevelosh.com/ [roc]: https://rochestermade.com/