diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
