mirror of
https://github.com/aljazceru/lspd.git
synced 2026-02-23 15:04:23 +01:00
move lspd and lspd_cln_plugin into cmd folder
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.vscode
|
||||
lspd
|
||||
lspd_plugin
|
||||
lspd_cln_plugin
|
||||
/lspd
|
||||
/lspd_plugin
|
||||
/lspd_cln_plugin
|
||||
|
||||
8
Makefile
8
Makefile
@@ -4,12 +4,12 @@ TAG := $(shell git describe --tags --dirty)
|
||||
release-all: release-lspd release-plugin
|
||||
|
||||
release-lspd:
|
||||
go get $(PKG)
|
||||
go build -v -trimpath -o lspd -ldflags "-s -w -X $(PKG)/build.tag=$(TAG)" $(PKG)
|
||||
go get $(PKG)/cmd/lspd
|
||||
go build -v -trimpath -o lspd -ldflags "-s -w -X $(PKG)/build.tag=$(TAG)" $(PKG)/cmd/lspd
|
||||
|
||||
release-plugin:
|
||||
go get $(PKG)/cln_plugin/cmd
|
||||
go build -v -trimpath -o lspd_cln_plugin -ldflags="-s -w -X $(PKG)/build.tag=$(TAG)" $(PKG)/cln_plugin/cmd
|
||||
go get $(PKG)/cmd/lspd_cln_plugin
|
||||
go build -v -trimpath -o lspd_cln_plugin -ldflags="-s -w -X $(PKG)/build.tag=$(TAG)" $(PKG)/cmd/lspd_cln_plugin
|
||||
|
||||
clean:
|
||||
rm -f lspd
|
||||
|
||||
Reference in New Issue
Block a user