Files
ZiCode0 6833f63b0f 🎉 begin project 🎉
2025-04-06 20:30:38 +12:00

16 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$