have 'raco make' require an argument so that it doesn't silently do nothing when no files are supplied
This commit is contained in:
parent
41e1fe958f
commit
68fee973de
|
@ -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