BIN := bin/energy-mqtt-sub .PHONY: build run clean build: go build -o $(BIN) . run: build ./$(BIN) -c ./config/config.json clean: rm -f $(BIN)