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
clean & build tasks
tags/v0.9.0
jimzhan
9 years ago
parent
29163317a2
commit
6848571593
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -8,8 +8,8 @@ clean:
@find $(PKG) -name 'rex.a' -delete
@find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r
build:
build:
clean
@go get -v ./...
test:
test:
build
@go test -v ./...
Write
Preview
Loading…
Cancel
Save