We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bcafe commit b903827Copy full SHA for b903827
Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL := all
2
sources = python/fastexcel python/tests
3
4
-export CARGO_TERM_COLOR=$(shell (test -t 0 && echo "always") || echo "auto")
+export CARGO_TERM_COLOR=$(shell (test -t 0 && echo always) || echo auto)
5
6
.PHONY: .uv ## Check that uv is installed
7
.uv:
0 commit comments