]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/GNUmakefile
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / GNUmakefile
index 15b634bccf7c1787763c9235b6d1becf904bd87b..df3a19a13b9f8eb384053f05651107f297b48d9e 100644 (file)
@@ -6,9 +6,3 @@ LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
 include $(depth)/make/stepmake.make
 TITLE=LilyPond Regression Tests
 
-local-clean: local-delete
-
-# use `find` together with `xargs` to avoid too long argument-lists.
-local-delete:
-       $(FIND) $(outdir)/ -empty -name '*' | xargs rm -f
-