2017-01-08 17:10:17 +00:00

10 lines
104 B
Makefile

.PHONY: install image
install:
@go install .
image:
@docker build -t alexellis2/dockerhub-stats .