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