tomcrypt/updatemakes.sh

5 lines
61 B
Bash
Raw Normal View History

2006-01-26 18:11:56 +00:00
#!/bin/bash
./helper.pl --update-makefiles || exit 1
2006-01-26 18:11:56 +00:00
exit 0