From 9e36ad28c98c924dc5a7e01475663db5d9e139f1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 4 Jul 2020 01:30:23 +0200 Subject: [PATCH] Re-enable minimal build Signed-off-by: Knut Ahlers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4e916e..50e960d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TASMOTA_VERSION=v8.3.1 export PLATFORMIO_BUILD_FLAGS=-DUSE_CONFIG_OVERRIDE -default: build_tasmota +default: build_tasmota build_tasmota-minimal chown: chown -R $(UID) build