]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/GNUmakefile
*** empty log message ***
[lilypond.git] / input / regression / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
5
6 include $(depth)/make/stepmake.make
7 TITLE=LilyPond Regression Tests
8
9 local-clean: local-delete
10
11 # use `find` together with `xargs` to avoid too long argument-lists.
12 local-delete:
13         $(FIND) $(outdir)/ -empty -name '*' | xargs rm -f
14