Fixup Makefiles.
This commit is contained in:
parent
ec915c1f2f
commit
a61fa0dc31
5 changed files with 10 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
(cdr args)))))
|
||||
|
||||
(define args (get-argv))
|
||||
(when (not (eq? (length args) 1))
|
||||
(when (< (length args) 1)
|
||||
(display "usage: schemify-tree dir")
|
||||
(newline)
|
||||
(exit 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue