diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:19:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:19:22 -0600 |
| commit | c024a665a745d071ace6ed330931c5e379d69c39 (patch) | |
| tree | 3bc7872847003b5aa3fc16de6006fb73748be0aa /Makefile | |
| parent | 0674bd89b798f7512462402817c496e8a80ac3d4 (diff) | |
redo makefile with new directory structure
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,15 +22,15 @@ endif nocui: # go build -C nocui -v -buildmode=plugin -o ../nocui.so - make -C nocui + make -C ../nocui gocui: # go build -C gocui -v -buildmode=plugin -o ../gocui.so - make -C gocui + make -C ../gocui andlabs: # go build -C andlabs -v -buildmode=plugin -o ../andlabs.so - make -C andlabs + make -C ../andlabs something: ifeq (,$(wildcard go.mod)) |
