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:
Matthew Flatt 2010-05-10 06:27:57 -06:00
parent fc1a05de68
commit c9e6b6cd0a

View File

@ -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: