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