Merge pull request #676 from hughsie/hughsie/sbom
[libtomcrypt.git] / updatemakes.sh
blob3fcd0e9097df54afea901aa1f9d416060cef029d
1 #!/bin/bash
3 ./helper.pl --update-makefiles || exit 1
5 makefiles=(makefile makefile_include.mk makefile.shared makefile.unix makefile.mingw makefile.msvc sources.cmake tests/sources.cmake)
6 vcproj=(libtomcrypt_VS2008.vcproj)
8 if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
9 git add ${makefiles[@]} ${vcproj[@]} doc/Doxyfile && git commit -m 'Update makefiles'
12 exit 0
14 # ref: $Format:%D$
15 # git commit: $Format:%H$
16 # commit time: $Format:%ai$