From e346087f316e112a8af9494be13bfff188f3cc0b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 30 May 2023 15:13:18 +0200 Subject: file copy working --- os2eindopdracht/makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'os2eindopdracht/makefile') diff --git a/os2eindopdracht/makefile b/os2eindopdracht/makefile index d88ea30..f71ef29 100644 --- a/os2eindopdracht/makefile +++ b/os2eindopdracht/makefile @@ -22,3 +22,16 @@ clean: compile_commands: compiledb make -Bn +original.pcm: original.flac + ./any2s16lepcm $< $@ + +edit.pcm: original.pcm ./main + ./main $< $@ + +edit.wav: edit.pcm + ./s16lepcm2any $< $@ + +edit.png: edit.wav + +%.png: %.wav + sox $< -n spectrogram -o $@ -- cgit v1.2.3