have 'raco make' require an argument so that it doesn't silently do nothing when no files are supplied
original commit: 68fee973de
This commit is contained in:
parent
fc1a05de68
commit
c9e6b6cd0a
|
@ -30,7 +30,7 @@
|
|||
[("--vv") "Very verbose mode"
|
||||
(verbose #t)
|
||||
(very-verbose #t)]
|
||||
#:args file file))
|
||||
#:args (file . another-file) (cons file another-file)))
|
||||
|
||||
(if (disable-deps)
|
||||
;; Just compile one file:
|
||||
|
|
Loading…
Reference in New Issue
Block a user