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 cleandep target to Makefile.
tags/v2.0.4
Andrew Belt
2 years ago
parent
1a932db36e
commit
9ad53329ff
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@@ -98,6 +98,9 @@ all: $(TARGET) $(STANDALONE_TARGET)
dep:
$(MAKE) -C dep
cleandep:
$(MAKE) -C dep clean
run: $(STANDALONE_TARGET)
./$< -d
Write
Preview
Loading…
Cancel
Save