]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/Makefile
release: 1.0.2
[lilypond.git] / stepmake / stepmake / Makefile
1 # title    makefile for stepmake
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 # descent order into subdirectories:
9 #
10 SUBDIRS =
11 #
12
13 # bootstrap stepmake:
14 #
15 -include $(depth)/make/Stepmake.make 
16 #
17
18 # gory hack: stepmake itself is a stepmake package.
19 default:
20         rm -f stepmake
21         ln -s ../stepmake .
22         rm -f bin
23         ln -s ../bin .