Merge pull request #8 from Kreyren/patch-8

potato/make: Attempt at better wording for success
This commit is contained in:
Mike Gran 2021-12-07 16:01:45 -08:00 committed by GitHub
commit 3aa58cd332
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -285,7 +285,7 @@ targets listed on the parsed command-line are used."
#f)
;; else
(begin
(print "The recipe for “~A” has succeeded.~%" target)
(print "The recipe “~A” finished successfully.~%" target)
(if (not (null? rest))
(loop (car rest) (cdr rest))