Skip to content

Commit

Permalink
MOD: Modify makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oif committed Oct 17, 2017
1 parent a281af7 commit 33d267e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.0.1 2017-10-17
0.0.1 2017-10-16
- Initial version
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
test :
./hack/test.sh
- ./hack/test.sh
- rm *.coverprofile

build :
- cd cmd/apexd
- go build

clean :
- rm *.coverprofile
CGO_ENABLED=0 go build -o apexd cmd/apexd/main.go

.PHONY: clean
.PHONY: build

0 comments on commit 33d267e

Please sign in to comment.