]> code.delx.au - gnu-emacs-elpa/blob - packages/load-relative/test/subdir/Makefile
Merge commit '40f67bf039c143758ac070f9693bb0af87b98aba' from context-coloring
[gnu-emacs-elpa] / packages / load-relative / test / subdir / Makefile
1 # Whatever it is you want to do, it should be forwarded to the
2 # to top-level irectories
3 PHONY=check all
4 all: check
5
6 %:
7 $(MAKE) -C .. $@