Browse Source

clean & build tasks

tags/v0.9.0
jimzhan 9 years ago
parent
commit
6848571593
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@find $(PKG) -name 'rex.a' -delete @find $(PKG) -name 'rex.a' -delete
@find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r @find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r


build:
build: clean
@go get -v ./... @go get -v ./...


test:
test: build
@go test -v ./... @go test -v ./...

Loading…
Cancel
Save