Skip to content

Commit b903827

Browse files
authored
fix makefile for dev setup on windows (#386)
1 parent 74bcafe commit b903827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := all
22
sources = python/fastexcel python/tests
33

4-
export CARGO_TERM_COLOR=$(shell (test -t 0 && echo "always") || echo "auto")
4+
export CARGO_TERM_COLOR=$(shell (test -t 0 && echo always) || echo auto)
55

66
.PHONY: .uv ## Check that uv is installed
77
.uv:

0 commit comments

Comments
 (0)