libtomcrypt/updatemakes.sh
2017-03-09 20:19:54 +01:00

6 lines
62 B
Bash
Executable File

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