10 lines
149 B
Makefile
10 lines
149 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. eigrpd/eigrpd
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. eigrpd/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|