This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Add cleandist convenience target to plugin.mk.
tags/v2.6.1
Andrew Belt
3 months ago
parent
bf407fbeaf
commit
500efd7957
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
plugin.mk
+ 3
- 0
plugin.mk
View File
@@ -63,6 +63,9 @@ include $(RACK_DIR)/compile.mk
clean:
rm -rfv build $(TARGET) dist
cleandist:
rm -rfv dist
ZSTD_COMPRESSION_LEVEL ?= 19
dist: all
Write
Preview
Loading…
Cancel
Save