1
0
mirror of https://github.com/cmur2/miflorad.git synced 2026-04-02 16:18:34 +02:00
This commit is contained in:
cn
2018-12-13 16:57:07 +01:00
parent 645abc2d17
commit d231ec3f40

View File

@@ -5,7 +5,7 @@ all: clean build test
.PHONY: run
run: clean build test
cmd/munin-miflora/munin-miflora xyz 00:00:00:00:00:00
sudo cmd/munin-miflora/munin-miflora xyz 00:00:00:00:00:00
.PHONY: clean
clean:
@@ -18,4 +18,4 @@ build: cmd/munin-miflora/munin-miflora
test: build
cmd/munin-miflora/munin-miflora:
cd cmd/munin-miflora; go build; cd ../..
cd cmd/munin-miflora && go build && cd ../..