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
Remove implicit `make dep` from `make`
tags/v0.6.2
Andrew Belt
6 years ago
parent
f33b42a3de
commit
eb3c0edea6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -50,7 +50,7 @@ endif
# Convenience targets
all:
dep
$(TARGET)
all: $(TARGET)
dep:
$(MAKE) -C dep
Write
Preview
Loading…
Cancel
Save