projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e36acd
)
Makefile: add html and dist targets
author
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 16:29:37 +0000
(17:29 +0100)
committer
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 16:29:37 +0000
(17:29 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4e91b62
..
9b96054
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-101,3
+101,9
@@
create_test_sounds:
-$(SOX) -r 48000 -b 32 -n "$(TESTSOUNDS)/48000Hz_60s_sweep.wav" synth 60 sine 100-20000 vol 0.9
-$(SOX) -r 44100 -b 16 -n "$(TESTSOUNDS)/44100Hz_44100f_sine441.wav" synth 44100s sine 441 vol 0.9
-$(SOX) -r 44100 -b 16 -n "$(TESTSOUNDS)/44100Hz_100f_sine441.wav" synth 100s sine 441 vol 0.9
+
+html:
+ cd doc && make html
+
+dist: distclean expandwaf
+ $(WAFCMD) dist