summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 17:43:28 -0600
committerJeff Carr <[email protected]>2024-12-05 17:43:28 -0600
commit2e25cb084d5e5a9f04c5fe069d39dcd17f442a3b (patch)
treec350aee4361b7befd19428d483bd799f5a4bd5a7
parente488da43ba0c6663ee61407b99e07a4bc28304e7 (diff)
'make install' vs 'make build'
-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