From: fred Date: Wed, 18 Dec 1996 09:39:50 +0000 (+0000) Subject: lilypond-0.0.18 X-Git-Tag: release/1.5.59~6563 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=36e4057035921ee700fad650c60a5a6e48266eff;p=lilypond.git lilypond-0.0.18 --- diff --git a/Makefile b/Makefile index ac9d7254ea..d0bdffd022 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,16 @@ include Variables.make +.SUFFIXES: +.SUFFIXES: .cc .o .hh .y .l + $(exe): $(obs) $(CXX) -o $@ $^ $(LOADLIBES) clean: # $(MAKE) -C objects clean rm -f $(exe) objects/*.o $(DOCDIR)/* core + $(MAKE) -C $(CCDIR) clean + $(MAKE) -C $(HEADERDIR) clean distclean: clean rm -f depend version.hh $(gencc) .GENERATE *~