diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 08:50:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (patch) | |
| tree | d0c783cbeaedb2c1188951fd95fc04d1fd55d54c /Makefile | |
| parent | 11465e4043304d40a815c49adc3d829e5ba55449 (diff) | |
wrapping my head around this code again
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ BUILDTIME = $(shell date +%Y.%m.%d) all: clean gocui.so @#ldd gocui.so -gocui.so: view.pb.go goimports +gocui.so: goimports GO111MODULE=off go build -v -work -buildmode=plugin -o gocui.so \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
