From 34e4159c2ef76e0240c3b47e9b377d407b9b2571 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 18 May 2019 16:42:26 -0400 Subject: build: Set "0" macro --- diff --git a/build b/build index 2595e78..1a63eb8 100755 --- a/build +++ b/build @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# To simplify recursion +0 = $(MAKE) -f ../build + # POSIX.1-2008: # If the pathname does not begin with a '/' it shall be treated as relative to # the current working directory of the process, not relative to the directory -- cgit v0.9.1