diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 16:11:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 16:11:54 -0600 |
| commit | 36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (patch) | |
| tree | 24cf9c64dd518528f30a6282e879e8e5c6136bd4 /gocui/Makefile | |
move into seperate repo
Diffstat (limited to 'gocui/Makefile')
| -rw-r--r-- | gocui/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gocui/Makefile b/gocui/Makefile new file mode 100644 index 0000000..4f2a6ee --- /dev/null +++ b/gocui/Makefile @@ -0,0 +1,15 @@ +all: plugin + ldd ../gocui.so + +goget: + go get -v -t -u + +plugin: + go build -v -x -buildmode=plugin -o ../gocui.so + +objdump: + objdump -t ../gocui.so |less + +log: + reset + tail -f /tmp/witgui.* /tmp/guilogfile |
