From: Richard W.M. Jones Date: Fri, 10 Jan 2020 12:16:53 +0000 (+0000) Subject: build: Add 'make maintainer-clean' passthrough rule. X-Git-Tag: v'0.2'~48 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bc05c5c0eef21e7f80a9b6a7fa7e551b200ad905;p=goals.git build: Add 'make maintainer-clean' passthrough rule. --- diff --git a/Makefile.in b/Makefile.in index 74fc7de..8529ad2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ # Pass through normal targets to Goalfile.in # XXX Why can't this parse "all" instead of "all ()"? -all clean depend install: src/goals +all clean depend install maintainer-clean: src/goals ./run src/goals "$@ ()" # If src/goals doesn't exist then brute-force build it. Once we have