mirror of
https://github.com/claunia/edccchk.git
synced 2025-12-16 19:24:51 +00:00
Typo in mingw makefiles
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user