Add guidev build mode

This commit is contained in:
Jakob Borg 2014-05-12 20:04:49 -03:00
parent a105ad1391
commit bae9247d84
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ case "$1" in
build -race
;;
guidev)
build -tags guidev
;;
test)
test
;;