This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Fix build dir outside of source
tags/22.02
falkTX
3 years ago
parent
5e3692b0e1
commit
05df01ef3a
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
deps/Makefile
+1
-0
src/Makefile
+ 2
- 0
deps/Makefile
View File
@@ -166,6 +166,8 @@ all: $(TARGETS)
clean:
rm -f $(TARGETS)
rm -f $(DEP_PATH)/*.tgz
rm -f $(DEP_PATH)/*.tar.gz
rm -rf $(DEP_PATH)/bin
rm -rf $(DEP_PATH)/include
rm -rf $(DEP_PATH)/lib
+ 1
- 0
src/Makefile
View File
@@ -70,6 +70,7 @@ EXTRA_DEPENDENCIES = $(EXTRA_LIBS)
# Do some magic
DPF_PATH = ../dpf
DPF_BUILD_DIR = ../build
DPF_TARGET_DIR = ../bin
include ../dpf/Makefile.plugins.mk
Write
Preview
Loading…
Cancel
Save