fixup updatemakes.sh

[skip ci]
This commit is contained in:
Steffen Jaeckel 2018-12-02 21:18:10 +01:00
parent dd051f69fa
commit 4de6ea9616
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
./helper.pl --update-makefiles || exit 1
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
git add ${makefiles[@]} ${vcproj[@]} && git commit -m 'Update makefiles'