diff options
Diffstat (limited to 'qpb/Makefile')
-rw-r--r-- | qpb/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qpb/Makefile b/qpb/Makefile new file mode 100644 index 0000000..2237def --- /dev/null +++ b/qpb/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @$(MAKE) -s -C .. fpm/libfrr_pb.la +%: ALWAYS + @$(MAKE) -s -C .. fpm/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: |