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