Skip to content

Commit a4d6504

Browse files
author
rocky
committed
Fix dist-newer target
1 parent 16a6d84 commit a4d6504

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
@@ -56,7 +56,7 @@ dist-older:
5656

5757
#: Create newer distributions
5858
dist-newer:
59-
bash ./admin-tools/make-dist-older.sh
59+
bash ./admin-tools/make-dist-newer.sh
6060

6161
#: Remove .pyc files
6262
clean_pyc:

0 commit comments

Comments
 (0)