From: Richard W.M. Jones Date: Fri, 3 Jan 2020 19:24:24 +0000 (+0000) Subject: build: Don't always pass -d to goals. X-Git-Tag: v'0.2'~89 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=23a55b7225551df68a3e37c46b35b4b89f9457e9;p=goals.git build: Don't always pass -d to goals. We can enable debugging on a case-by-case basis when necessary. --- diff --git a/Makefile.in b/Makefile.in index 8cda36b..7bb2d1c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ # XXX Why can't this parse "all" instead of "all ()"? all clean install: src/goals - ./run src/goals -d "$@ ()" + ./run src/goals "$@ ()" # If src/goals doesn't exist then brute-force build it. Once we have # src/goals we can rebuild it and other parts of the project using