diff --git a/updatemakes.sh b/updatemakes.sh index 1271a5c..8a5ca86 100755 --- a/updatemakes.sh +++ b/updatemakes.sh @@ -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'