]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/library-rules.make
* buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
[lilypond.git] / stepmake / stepmake / library-rules.make
1
2 $(LIBRARY): $(outdir)/config.h $(O_FILES)
3         $(AR) $(ARFLAGS) $@ $(O_FILES)
4         # thanks to Nelson Beebe for this trick.
5         $(RANLIB) $@ || $(AR) ts $@ || true
6
7
8