mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 07:30:04 +00:00

May SUBDIRS rest in pieces... er, peace. Signed-off-by: David Lamparter <equinox@diac24.net>
11 lines
140 B
Makefile
11 lines
140 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. check
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. tests/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|