add a makefile

this is technically not necessary at all, but it's a standard in our
deploy chain so it makes things a bit more homogenous to use it
master
Jordan Orelli 10 years ago
parent 6657b3b71d
commit 8b81290cca

@ -0,0 +1,8 @@
.PHONY: build
build:
go build -o ./build/rsload
test:
go test
Loading…
Cancel
Save