This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
u406217
/
kangaroo
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
af3ce9aeb9
Branches
Tags
master
kangaroo
/
third-party
/
double-conversion-1.1.6
/
Makefile
Makefile
97 B
History
Raw
1
2
3
4
5
6
7
all:
scons debug=1
test:
./run_tests --list | tr -d '<' | xargs ./run_tests
.PHONY: test all