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