tomcrypt/updatemakes.sh

5 lines
61 B
Bash
Executable File

#!/bin/bash
./helper.pl --update-makefiles || exit 1
exit 0