Typo in mingw makefiles

This commit is contained in:
2014-03-06 23:18:33 +00:00
parent dee355cfa0
commit 3d380b769c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ clean:
tar: tar:
zip -9 edccchk-src.zip banner.h common.h edccchk.c LICENSE Makefile README.md version.h zip -9 edccchk-src.zip banner.h common.h edccchk.c LICENSE Makefile README.md version.h
bindist : edccchk bindist : edccchk.exe
zip -9 edccchk-bin-win32.zip edccchk.exe LICENSE README.md zip -9 edccchk-bin-win32.zip edccchk.exe LICENSE README.md

View File

@@ -17,5 +17,5 @@ clean:
tar: tar:
zip -9 edccchk-src.zip banner.h common.h edccchk.c LICENSE Makefile README.md version.h zip -9 edccchk-src.zip banner.h common.h edccchk.c LICENSE Makefile README.md version.h
bindist : edccchk bindist : edccchk.exe
zip -9 edccchk-bin-win64.zip edccchk.exe LICENSE README.md zip -9 edccchk-bin-win64.zip edccchk.exe LICENSE README.md