Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit a5a55bb

Browse files
committed
Fix typo in Makefile.
1 parent 667f8bb commit a5a55bb

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
@@ -15,7 +15,7 @@ python-zpar: clean /tmp/zpar.tar.gz
1515
cp /tmp/zpar/dist/zpar.so zpar/dist/
1616

1717
/tmp/zpar.tar.gz:
18-
wget -N https://github.com/frcchang/zpar/archive/v0.7.5.tar.gzz -O /tmp/zpar.tar.gz
18+
wget -N https://github.com/frcchang/zpar/archive/v0.7.5.tar.gz -O /tmp/zpar.tar.gz
1919
touch $@
2020
mkdir /tmp/zpar
2121

0 commit comments

Comments
 (0)