parser: Fix longstanding bug where "()" was required after CLI targets.
[goals.git] / Makefile.in
index 8529ad2..e05b14f 100644 (file)
@@ -18,9 +18,8 @@
 
 # Pass through normal targets to Goalfile.in
 
-# XXX Why can't this parse "all" instead of "all ()"?
-all clean depend install maintainer-clean: src/goals
-       ./run src/goals "$@ ()"
+all clean depend install check maintainer-clean: src/goals
+       ./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