We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56696be commit 3cdd1d6Copy full SHA for 3cdd1d6
Makefile
@@ -211,9 +211,12 @@ gen_batfiles: .FORCE
211
@echo '""' >>make.bat
212
@git add make.bat
213
214
+clean_dist: .FORCE
215
+ if [ -d dist ]; then rm -fR dist; fi
216
+
217
snap: dist/datatools_$(VERSION)_amd64.snap
218
-release: .FORCE installer.sh clean build man gen_batfiles distribute_docs dist/Linux-x86_64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/Linux-armv7l dist/Linux-aarch64
219
+release: .FORCE installer.sh clean build man gen_batfiles distribute_docs clean_dist dist/Linux-x86_64 dist/macOS-x86_64 dist/macOS-arm64 dist/Windows-x86_64 dist/Windows-arm64 dist/Linux-armv7l dist/Linux-aarch64
220
221
222
.FORCE:
0 commit comments