]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/GNUmakefile
ly:truncate-list! ; robust version of srfi-1 (list-head)
[lilypond.git] / input / regression / GNUmakefile
index 01100469504fc73bcf3e832ab7349feb693d6486..df3a19a13b9f8eb384053f05651107f297b48d9e 100644 (file)
@@ -3,12 +3,6 @@ depth = ../..
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
 
-include $(depth)/make/stepmake.make 
+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
-