From a1450b8c8005a2b929adb6e00fb17236cb3aa6fb Mon Sep 17 00:00:00 2001 From: andygeiss <4ndygeiss@gmail.com> Date: Tue, 10 Apr 2018 15:16:27 +0200 Subject: [PATCH] spaces removed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f666946..5c440e2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ install: @echo $(TS) Installing... @go get -u github.com/andygeiss/assert @go get -u github.com/andygeiss/esp32-controller - @go get -u github.com/andygeiss/esp32-transpiler + @go get -u github.com/andygeiss/esp32-transpiler @echo $(TS) Done. test: