mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Use gb -bi if there is no Makefile.gvm
This commit is contained in:
+6
-1
@@ -1 +1,6 @@
|
||||
make -f Makefile.gvm $@
|
||||
if [[ -f Makefile.gvm ]]; then
|
||||
make -f Makefile.gvm $@
|
||||
else
|
||||
gb -bi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user