We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a84d8 commit ce85577Copy full SHA for ce85577
build/config.mk
@@ -2,7 +2,7 @@
2
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
3
4
PREFIX = /usr/local
5
-COSMOCC = .cosmocc/3.8.0
+COSMOCC = .cosmocc/3.9.1
6
TOOLCHAIN = $(COSMOCC)/bin/cosmo
7
8
CC = $(TOOLCHAIN)cc
@@ -52,5 +52,5 @@ clean:; rm -rf o
52
.PHONY: distclean
53
distclean:; rm -rf o .cosmocc
54
55
-.cosmocc/3.8.0:
56
- build/download-cosmocc.sh $@ 3.8.0 813c6b2f95062d2e0a845307a79505424cb98cb038e8013334f8a22e3b92a474
+.cosmocc/3.9.1:
+ build/download-cosmocc.sh $@ 3.9.1 5eabd964554cc592d707d553697a450272290c07b88cc2e9503a299e00a13584
0 commit comments