X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2FMakefile;fp=empathy%2FMakefile;h=9f074019625342b4a7bbb155e4efe0dee9f10b27;hp=0000000000000000000000000000000000000000;hb=53c8c6ba09301563293750e1010ca1ac8dd05590;hpb=451e6a2e8e35cc619210e430a1d8d2e7e387d7c0 diff --git a/empathy/Makefile b/empathy/Makefile new file mode 100644 index 0000000..9f07401 --- /dev/null +++ b/empathy/Makefile @@ -0,0 +1,12 @@ +# Defer all targets up to the upper-level +# +# This requires two recipes. The first to cover the case of no +# explicit target specifed (so when invoked as "make" we call "make" +# at the upper-level) and then a .DEFAULT recipe to pass any explicit +# target up as well, (so that an invocation of "make foo" results in a +# call to "make foo" above. +all: + $(MAKE) -C .. + +.DEFAULT: + $(MAKE) -C .. $@