]> code.delx.au - gnu-emacs-elpa/blob - packages/load-relative/test/subdir/Makefile
Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra
[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 .. $@