Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
hp
/
gits-r-us
Watch
4
Star
2
Fork
1
Files
Issues
1
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
gits-r-us
/
Makefile
Makefile
103 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
all:
ninja-build -v -C build/
test:
ninja-build -C build/ test
clean:
ninja-build -C build/ clean