Skip to content

Commit 7d1d449

Browse files
committed
build(makefile): add variable TCLSH
1 parent da58672 commit 7d1d449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
TCLSH = tclsh
2+
13
all:
2-
tclsh ./build.tcl
4+
$(TCLSH) ./build.tcl
35
clean:
46
rm -rf artifacts/*
57
rm -rf build/*

0 commit comments

Comments
 (0)