Merge pull request #8 from Kreyren/patch-8
potato/make: Attempt at better wording for success
This commit is contained in:
commit
3aa58cd332
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user