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 55a4856 commit 883bbbaCopy full SHA for 883bbba
Makefile
@@ -26,7 +26,7 @@ zip: all
26
test: zip
27
@fontlint 3270Medium.otf 3270Medium.pfm 3270Medium.ttf 3270Medium.woff
28
@zip -T 3270_fonts_*.zip
29
- @wget -q --spider http://s3.amazonaws.com/rbanffy/3270_fonts_$(git rev-parse --short HEAD).zip
+ @wget -q --spider http://s3.amazonaws.com/rbanffy/3270_fonts_$(shell git rev-parse --short HEAD).zip
30
31
clean:
32
@find . -name '*.otf' -delete -o -name '*.ttf' -delete -o -name '*.afm' -delete -o -name '*.pfm' -delete -o -name '*.woff' -delete -o -name '*.g2n' -delete
0 commit comments