]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.62
authorfred <fred>
Sun, 24 Mar 2002 19:40:30 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:30 +0000 (19:40 +0000)
lily/Makefile
mi2mu/Makefile

index 9d63dbc469d6d17610bd98ebf5c34c485b520336..01503659df47cfc093f297becba8a76759df453d 100644 (file)
@@ -73,3 +73,6 @@ DEPFILES = $(wildcard $(depdir)/*.dep)
 -include /dev/null $(DEPFILES)
 #
 
+
+localclean:
+       rm -f $(outdir)/parser.* $(outdir)/lexer.cc
index 901111dd24e3dc89726dbd4c569d33232185239b..1009a20bc4a49e5497ba36eede745aa2fe2efcda 100644 (file)
@@ -79,4 +79,6 @@ DEPFILES = $(wildcard $(depdir)/*.dep)
 #
 -include /dev/null $(DEPFILES)
 #
+localclean:
+       rm -f $(outdir)/{midi-parser,midi-lexer}.*