mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 15:29:53 +00:00
moved cmd to cli folder
This commit is contained in:
4
Makefile
4
Makefile
@@ -13,7 +13,7 @@ test:
|
||||
go test -cover -short ./...
|
||||
|
||||
build:
|
||||
go build -o debian/drone/usr/local/bin/drone -ldflags "-X main.revision $(SHA)" github.com/drone/drone/cmd
|
||||
go build -o debian/drone/usr/local/bin/drone -ldflags "-X main.revision $(SHA)" github.com/drone/drone/cli
|
||||
go build -o debian/drone/usr/local/bin/droned -ldflags "-X main.revision $(SHA)" github.com/drone/drone/server
|
||||
|
||||
install:
|
||||
@@ -29,7 +29,7 @@ clean:
|
||||
rm -f debian/drone/usr/local/bin/droned
|
||||
rm -f debian/drone.deb
|
||||
rm -f server/server
|
||||
rm -f cmd/cmd
|
||||
rm -f cli/cli
|
||||
|
||||
lessc:
|
||||
lessc --clean-css server/app/styles/drone.less server/app/styles/drone.css
|
||||
|
Reference in New Issue
Block a user