fixup updatemakes.sh
[skip ci]
This commit is contained in:
parent
dd051f69fa
commit
4de6ea9616
@ -3,7 +3,7 @@
|
|||||||
./helper.pl --update-makefiles || exit 1
|
./helper.pl --update-makefiles || exit 1
|
||||||
|
|
||||||
makefiles=(makefile makefile.shared makefile_include.mk makefile.msvc makefile.unix makefile.mingw)
|
makefiles=(makefile makefile.shared makefile_include.mk makefile.msvc makefile.unix makefile.mingw)
|
||||||
vcproj=(libtomcrypt_VS2008.vcproj)
|
vcproj=(libtommath_VS2008.vcproj)
|
||||||
|
|
||||||
if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
|
if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
|
||||||
git add ${makefiles[@]} ${vcproj[@]} && git commit -m 'Update makefiles'
|
git add ${makefiles[@]} ${vcproj[@]} && git commit -m 'Update makefiles'
|
||||||
|
Loading…
Reference in New Issue
Block a user