saturnng/gwh_build.sh
2024-03-20 16:25:41 +01:00

9 lines
64 B
Bash
Executable file

#!/bin/bash -eu
xmkmf
make clean
rm src/*.o
make depend
make