Build proof-of-concept for arm.
This commit is contained in:
parent
002d677769
commit
ec363eaefd
4 changed files with 29 additions and 7 deletions
|
@ -37,7 +37,10 @@
|
|||
'()
|
||||
(cdr args)))))
|
||||
|
||||
(define args (get-argv))
|
||||
(define args0 (get-argv))
|
||||
(define args (if (null? args0)
|
||||
'("../frontend/dist" "frontend" "frontend-lookup")
|
||||
args0))
|
||||
(when (< (length args) 1)
|
||||
(display "usage: schemify-tree dir")
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue