From 2e25cb084d5e5a9f04c5fe069d39dcd17f442a3b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 17:43:28 -0600 Subject: [PATCH] 'make install' vs 'make build' --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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