changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fix2

changeset 27: 2da284269dc1
parent 26: 319d5d0c5178
child 28: 0184a4fbba68
author: ellis <ellis@rwest.io>
date: Sun, 24 Dec 2023 13:52:58 -0500
files: makefile
description: fix2
     1.1--- a/makefile	Sun Dec 24 13:52:01 2023 -0500
     1.2+++ b/makefile	Sun Dec 24 13:52:58 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;$(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