redo makefile with new directory structure
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
0674bd89b7
commit
c024a665a7
6
Makefile
6
Makefile
|
@ -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))
|
||||
|
|
6
go.sum
6
go.sum
|
@ -1,6 +0,0 @@
|
|||
go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNek=
|
||||
go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=
|
||||
go.wit.com/gui/widget v1.1.4 h1:dCztWNSuTSSP+/M8h8F3cT7vWtoKdCL3DUQql0qLKdk=
|
||||
go.wit.com/gui/widget v1.1.4/go.mod h1:A6/FaiFQtAHTjgo7c4FrokXe6bXX1Cowo35b2Lgi31E=
|
||||
go.wit.com/log v0.5.5 h1:bK3b94uVKgev4jB5wg06FnvCFBEapQICTSH2YW+CWr4=
|
||||
go.wit.com/log v0.5.5/go.mod h1:BaJBfHFqcJSJLXGQ9RHi3XVhPgsStxSMZRlaRxW4kAo=
|
Loading…
Reference in New Issue