Skip to content

Commit

Permalink
moved cmd to cli folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Sep 25, 2014
1 parent 7fed5f5 commit 46b3d9d
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ drone.sublime-workspace
*.out
*.rice-box.go

cmd/cmd
cli/cli
client/client
server/server
debian/drone/usr
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46b3d9d

Please sign in to comment.