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 1f13576 commit 3715326Copy full SHA for 3715326
Makefile
@@ -7,8 +7,9 @@ else
7
endif
8
9
jinx:
10
+ mkdir -p target
11
if [ ! -f "target/jinx" ]; then \
- curl -Lo target/jinx https://github.com/mintsuki/jinx/raw/30e7d5487bff67a66dfba332113157a08a324820/jinx; \
12
+ curl -Lo target/jinx https://github.com/mintsuki/jinx/raw/353c468765dd9404bacba8e5626d0830528e4300/jinx; \
13
chmod +x target/jinx; \
14
fi
15
0 commit comments