cc-haxe/pre-commit.sh
2023-07-30 23:33:51 +02:00

16 lines
130 B
Bash
Executable File

#!/usr/bin/env sh
# Run:
# ln -s ../../pre-commit.sh .git/hooks/pre-commit
set -e
# format
make format
# build
make build