From 2b247bc848555062572275a1ec9cb0a21595e5d4 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 15 Nov 2015 22:22:55 +0100 Subject: Fun with makefiles. --- 03-circus/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to '03-circus') diff --git a/03-circus/Makefile b/03-circus/Makefile index a48ddb0..904233c 100644 --- a/03-circus/Makefile +++ b/03-circus/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 = 03-circus +include ../targets.mk -- cgit v1.2.3