- commit
- 6528fd52d082e9baa4ab9b54da385dbf5e53b86a
- parent
- 0fdb0471e2e8afaa30f3c51f207a28c8eff31baf
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-12-17 14:35
make: add downmix target
Diffstat
| M | Makefile | 3 | +++ |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
@@ -7,3 +7,6 @@ build/beat.flac: Makefile beat src/bumm.flac src/tack.flac 7 7 8 8 beat: beat.c Makefile 9 9 gcc -lm -lsndfile $< -o $@ -1 10 -1 11 %_mono.flac: %.flac -1 12 ffmpeg -i "$<" -ac 1 "$@"