mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 12:56:41 +10:00
7 lines
73 B
Plaintext
Executable File
7 lines
73 B
Plaintext
Executable File
if [[ -f Makefile.gvm ]]; then
|
|
make -f Makefile.gvm $@
|
|
else
|
|
gb -bi
|
|
fi
|
|
|