From bc05c5c0eef21e7f80a9b6a7fa7e551b200ad905 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 10 Jan 2020 12:16:53 +0000 Subject: [PATCH] build: Add 'make maintainer-clean' passthrough rule. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1