diff --git a/Makefile b/Makefile index d81c3e18..b654b915 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,7 @@ all: bin/build.sh + +release: all + FILE_NAME="betaflight-tx-lua-scripts_$$(git describe --abbrev=0 --tags).zip"; \ + rm -f $${FILE_NAME}; \ + zip -r $${FILE_NAME} obj/