Skip to content

Commit

Permalink
Add Fronius Symo API
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed May 16, 2020
1 parent 975643f commit 36c0e25
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build fmt dist clean test
.PHONY: build fmt dist clean test run
SHELL := /usr/bin/env bash

build: fmt
Expand All @@ -15,3 +15,6 @@ clean:

test: fmt
@go test -coverprofile c.out ./...

run:
@go run . -v
Loading

0 comments on commit 36c0e25

Please sign in to comment.