From 877b92c4a3121e2a9b2de12964df9d2b898e567d Mon Sep 17 00:00:00 2001 From: andygeiss <4ndygeiss@gmail.com> Date: Tue, 10 Apr 2018 15:09:19 +0200 Subject: [PATCH] install added --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd653aa..a31ccab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ TS=$(shell date -u '+%Y/%m/%d %H:%M:%S') -all: test +all: install test + +install: + @echo $(TS) Installing... + @go get -u github.com/andygeiss/esp32-transpiler + @echo $(TS) Done. test: @echo $(TS) Testing ...