mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
15 lines
253 B
Bash
Executable file
15 lines
253 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# output version
|
|
bash printinfo.sh
|
|
|
|
make clean > /dev/null
|
|
|
|
echo "checking..."
|
|
./helper.pl --check-source --check-makefiles --check-defines|| exit 1
|
|
|
|
exit 0
|
|
|
|
# ref: $Format:%D$
|
|
# git commit: $Format:%H$
|
|
# commit time: $Format:%ai$
|