summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff46e4b..09e702b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE=
all: build
./virtigo --version
- ./virtigo --gui gocui
+ @#./virtigo --gui gocui
@echo build worked
build: goimports vet