]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/executable-rules.make
5d25e923f5602aa9069559a3fa95f61b7a321a51
[lilypond.git] / stepmake / stepmake / executable-rules.make
1
2 $(EXECUTABLE): $(outdir)/config.h $(O_FILES) $(outdir)/version.hh
3         $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true
4         $(LD) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)