]> git.cworth.org Git - lmno.games/blob - scribe/Makefile
Add a ready bit to client state, and render nothing before ready
[lmno.games] / scribe / Makefile
1 # Defer all targets up to the upper-level
2 #
3 # This requires two recipes. The first to cover the case of no
4 # explicit target specifed (so when invoked as "make" we call "make"
5 # at the upper-level) and then a .DEFAULT recipe to pass any explicit
6 # target up as well, (so that an invocation of "make foo" results in a
7 # call to "make foo" above.
8 all:
9         $(MAKE) -C ..
10
11 .DEFAULT:
12         $(MAKE) -C .. $@