]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/generic-rules.make
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / stepmake / stepmake / generic-rules.make
1 $(outdir)/%: %.m4
2         $(M4) $< > $@
3
4 %.dep:
5         touch $@
6
7 %.gz: %
8         gzip -c9 $< > $@
9