changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix3

changeset 28: 0184a4fbba68
parent 27: 2da284269dc1
child 29: 0fc025be1ae0
author: ellis <ellis@rwest.io>
date: Sun, 24 Dec 2023 13:53:30 -0500
files: makefile
description: fix3
     1.1--- a/makefile	Sun Dec 24 13:52:58 2023 -0500
     1.2+++ b/makefile	Sun Dec 24 13:53:30 2023 -0500
     1.3@@ -76,7 +76,7 @@
     1.4 	  --fancy && \
     1.5 	cd doc/manual && make
     1.6 sbcl:$(SBCL_TARGET)
     1.7-sbcl-install:sbcl;cd $(SBCL_TARGET) && install.sh
     1.8+sbcl-install:sbcl;cd $(SBCL_TARGET) && ./install.sh
     1.9 clean-sbcl:;rm -rf $(SBCL_TARGET)
    1.10 
    1.11 ### Rust