blob: 659a9ceb1701cc663e51b5706196df8936a6fcaf (
plain)
1
2
3
4
5
6
7
8
9
10
|
all: ALWAYS
@$(MAKE) -s -C ../../.. bgpd/rfp-example/rfptest/rfptest
%: ALWAYS
@$(MAKE) -s -C ../../.. bgpd/rfp-example/rfptest/$@
Makefile:
#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES:
|