]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/Rules.make
release: 1.0.1
[lilypond.git] / stepmake / make / Rules.make
1 # title    package specific rules
2 # file     make/Rules.lilymake.make
3
4 $(outdir)/%: %.in
5         rm -f $@
6         cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
7
8