diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 17:43:28 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 17:43:28 -0600 | 
| commit | 2e25cb084d5e5a9f04c5fe069d39dcd17f442a3b (patch) | |
| tree | c350aee4361b7befd19428d483bd799f5a4bd5a7 | |
| parent | e488da43ba0c6663ee61407b99e07a4bc28304e7 (diff) | |
'make install' vs 'make build'
| -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  | 
