diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 22:17:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-23 13:13:30 -0600 |
| commit | 522723e9468fefabec1bb4bbd5b12c6fec51666d (patch) | |
| tree | bfff001778eaeb4bcd206be66a6cba6599a56555 /Makefile | |
| parent | 32e27530075a09f5c3b82ca6cbb83a01e34cb24c (diff) | |
wow. all it took to make a table window for running droplets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: build ./virtigo --version - ./virtigo --gui gocui + @#./virtigo --gui gocui @echo build worked build: goimports vet |
