23 lines
700 B
Diff
23 lines
700 B
Diff
--- src/makefile 2007-11-06 11:42:45.000000000 +0100
|
|
+++ src/makefile 2015-09-28 12:37:57.171530771 +0200
|
|
@@ -46,17 +46,8 @@
|
|
# TARGETS
|
|
#
|
|
|
|
-test: /tmp/test.wav ../snd/noise.wav always
|
|
- @echo ---------------------------------------------
|
|
- @echo First listen to the white noise input signal:
|
|
- @echo ---------------------------------------------
|
|
- -sndfile-play ../snd/noise.wav
|
|
- @echo -------------------------
|
|
- @echo Compare to plugin output.
|
|
- @echo -------------------------
|
|
- @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
|
|
- -sndfile-play /tmp/test.wav
|
|
- @echo Test complete.
|
|
+test: targets
|
|
+ @echo No testing.
|
|
|
|
install: targets
|
|
-mkdirhier $(INSTALL_PLUGINS_DIR)
|