summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5721c75..8b4220c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ non-plugin:
go build -v -x
./fyne
+GO111-non-plugin:
+ GO111MODULE=off go build -v -x
+ ./fyne
+
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)