From 08f4bc04c12a3eb9cbb0c074baeda53f5d9407e2 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:30 +0000 Subject: [PATCH] lilypond-0.0.62 --- lily/Makefile | 3 +++ mi2mu/Makefile | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lily/Makefile b/lily/Makefile index 9d63dbc469..01503659df 100644 --- a/lily/Makefile +++ b/lily/Makefile @@ -73,3 +73,6 @@ DEPFILES = $(wildcard $(depdir)/*.dep) -include /dev/null $(DEPFILES) # + +localclean: + rm -f $(outdir)/parser.* $(outdir)/lexer.cc diff --git a/mi2mu/Makefile b/mi2mu/Makefile index 901111dd24..1009a20bc4 100644 --- a/mi2mu/Makefile +++ b/mi2mu/Makefile @@ -79,4 +79,6 @@ DEPFILES = $(wildcard $(depdir)/*.dep) # -include /dev/null $(DEPFILES) # +localclean: + rm -f $(outdir)/{midi-parser,midi-lexer}.* -- 2.39.5