Update contributing documentation

This commit is contained in:
Daniel Nelson
2017-11-07 13:54:36 -08:00
parent d12cdb2185
commit 80b60542fa
4 changed files with 27 additions and 28 deletions

View File

@@ -15,7 +15,6 @@ ifdef VERSION
LDFLAGS += -X main.version=$(VERSION)
endif
all:
$(MAKE) deps
$(MAKE) telegraf
@@ -50,6 +49,7 @@ test-all: lint
package:
./scripts/build.py --package --platform=all --arch=all
clean:
-rm -f telegraf
-rm -f telegraf.exe