This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
rex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
tmp remove pre-clean before build for travis
tags/v0.9.0
jimzhan
9 years ago
parent
6848571593
commit
d2ae6804ac
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -8,7 +8,7 @@ clean:
@find $(PKG) -name 'rex.a' -delete
@find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r
build:
clean
build:
@go get -v ./...
test: build
Write
Preview
Loading…
Cancel
Save