From 2b247bc848555062572275a1ec9cb0a21595e5d4 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 15 Nov 2015 22:22:55 +0100 Subject: Fun with makefiles. --- 04-white-noise/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to '04-white-noise/Makefile') diff --git a/04-white-noise/Makefile b/04-white-noise/Makefile index a48ddb0..499bc02 100644 --- a/04-white-noise/Makefile +++ b/04-white-noise/Makefile @@ -1,10 +1,2 @@ -SOUNDFONT = $(HOME)/FluidR3GM.sf2 - -%.midi: %.ly parts/*.ly - lilypond $< - -%.wav: %.midi - fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $< - -%.ogg: %.wav - oggenc $< +NAME = 04-white-noise +include ../targets.mk -- cgit v1.2.3