Files
imaginary_mirror/Makefile
Tomas Aparicio 7e984cd015 feat(#23)
2015-04-19 19:07:06 +02:00

17 lines
222 B
Makefile

test:
go test
bench:
go test -bench=.
test-load:
bash bench.sh
docker-build:
docker build --no-cache=true -t h2non/imaginary:$(VERSION) .
docker-push:
docker push h2non/imaginary
docker: docker-build docker-push