diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:12:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:12:59 -0600 |
| commit | 0674bd89b798f7512462402817c496e8a80ac3d4 (patch) | |
| tree | 2d520204b18c5cb09481b461642cb183db8bf74a /gocui/Makefile | |
| parent | a0baba0821441d9cf38f0b33fe12fb96925c6236 (diff) | |
move everything into seperate repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/Makefile')
| -rw-r--r-- | gocui/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gocui/Makefile b/gocui/Makefile deleted file mode 100644 index fffcfa7..0000000 --- a/gocui/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -all: plugin - ldd ../gocui.so - -plugin: - GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so - -goget: - go get -v -t -u - -objdump: - objdump -t ../gocui.so |less - -log: - reset - tail -f /tmp/witgui.* /tmp/guilogfile - -cleanbuild: - go build -v -x -buildmode=plugin -o ../nocui.so - -check-git-clean: - @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) - -redomod: - rm -f go.* - GO111MODULE= go mod init - GO111MODULE= go mod tidy |
