This website works better with JavaScript
Home
Explore
Help
Sign In
johron
/
moose
mirror of
https://github.com/johron/moose
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
1f108932dd
Branches
Tags
master
moose
/
Makefile
Makefile
66 B
History
Raw
1
2
3
4
5
6
build:
@mkdir -p build
go build -o build/moose .
run:
go run .