We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d5be commit 94a5b63Copy full SHA for 94a5b63
Makefile
@@ -1,7 +1,10 @@
1
all:
2
bin/build.sh
3
4
-release: all
+clean:
5
+ rm -rf obj/*
6
+
7
+release: clean all
8
FILE_NAME="betaflight-tx-lua-scripts_$$(git describe --abbrev=0 --tags).zip"; \
9
rm -f $${FILE_NAME}; \
10
zip -r $${FILE_NAME} obj/
0 commit comments