fuelprices/Makefile
2019-06-05 22:57:59 +02:00

6 lines
45 B
Makefile

all: build
build: go build
clean: go clean