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
38
Wiki
Activity
Browse Source
Add dist to `make clean` for plugins
tags/v0.3.1
Andrew Belt
7 years ago
parent
7fe5344ccc
commit
fb6a60627d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugin.mk
+ 1
- 1
plugin.mk
View File
@@ -25,6 +25,6 @@ endif
all: $(TARGET)
clean:
rm -rfv build $(TARGET)
rm -rfv build $(TARGET)
dist
include ../../compile.mk
Write
Preview
Loading…
Cancel
Save