From: Donald Sharp Date: Wed, 13 Feb 2019 20:03:16 +0000 (-0500) Subject: build: non-recursive sharpd X-Git-Tag: 7.1_pulled~239^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=48878e16cb3b5c70e6dae1364e35ee0c4e941814;p=matthieu%2Ffrr.git build: non-recursive sharpd Signed-off-by: Donald Sharp --- diff --git a/sharpd/Makefile b/sharpd/Makefile new file mode 100644 index 0000000000..6a904d1a6d --- /dev/null +++ b/sharpd/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @$(MAKE) -s -C .. sharpd/sharpd +%: ALWAYS + @$(MAKE) -s -C .. sharpd/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: