summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8300ee8..3e520ab 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,13 @@ build:
make -C ../pixelgl
make -C ../fyne
+install:
+ make -C ../nocui install
+ make -C ../gocui install
+ make -C ../andlabs install
+ make -C ../pixelgl install
+ make -C ../fyne install
+
goimports:
goimports -w *.go