Files
gvm/bin/gvmake
T

7 lines
73 B
Plaintext
Executable File

if [[ -f Makefile.gvm ]]; then
make -f Makefile.gvm $@
else
gb -bi
fi