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