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