Skip to content

Commit

Permalink
Check for kvs.json too
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jul 9, 2021
1 parent e4fb182 commit ff4cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif
build: Shelly1 Shelly1L Shelly1PM Shelly2 Shelly25 ShellyI3 ShellyPlug ShellyPlugS ShellyRGBW2 ShellyU ShellyU25

release:
@[ -z "$(wildcard fs/conf*.json)" ] || { echo; echo "XXX No configs in release builds allowed"; echo; exit 1; }
@[ -z "$(wildcard fs/conf*.json fs/kvs.json)" ] || { echo; echo "XXX No configs in release builds allowed"; echo; exit 1; }
$(MAKE) build CLEAN=1 RELEASE=1

PLATFORM ?= esp8266
Expand Down

0 comments on commit ff4cc0c

Please sign in to comment.