This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Allow to build tests from root dir
Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX
3 years ago
parent
9fe0716886
commit
3a8bd346b7
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+ 4
- 1
Makefile
View File
@@ -52,6 +52,9 @@ else
gen:
endif
tests:
$(MAKE) -C tests
# --------------------------------------------------------------
clean:
@@ -71,4 +74,4 @@ endif
# --------------------------------------------------------------
.PHONY: dgl examples
.PHONY: dgl examples
tests
Write
Preview
Loading…
Cancel
Save