]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/Makefile
release: 1.0.3
[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 MAKEFILES=Makedir
14
15
16 # bootstrap stepmake:
17 #
18 -include $(depth)/make/Stepmake.make 
19
20 # gory hack: stepmake itself is a stepmake package.
21 default:
22         rm -f stepmake
23         ln -s ../stepmake .
24         rm -f bin
25         ln -s ../bin .