Этот коммит содержится в:
andygeiss 2018-04-10 15:09:19 +02:00
родитель d1a6557e1e
коммит 877b92c4a3

Просмотреть файл

@ -1,6 +1,11 @@
TS=$(shell date -u '+%Y/%m/%d %H:%M:%S') 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: test:
@echo $(TS) Testing ... @echo $(TS) Testing ...