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