have 'raco make' require an argument so that it doesn't silently do nothing when no files are supplied

This commit is contained in:
Matthew Flatt 2010-05-10 06:27:57 -06:00
parent 41e1fe958f
commit 68fee973de

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: