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 RESOURCES to plugin.mk
tags/v0.6.0
Andrew Belt
6 years ago
parent
0190dfb4a4
commit
d7bacb705c
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
@@ -26,7 +26,7 @@ ifeq ($(ARCH), win)
endif
all: $(TARGET)
all: $(
RESOURCES) $(
TARGET)
include $(RACK_DIR)/compile.mk
Write
Preview
Loading…
Cancel
Save