fuelprices/Makefile

6 lines
45 B
Makefile
Raw Normal View History

2019-06-05 22:57:59 +02:00
all: build
build: go build
clean: go clean