diff --git a/bin/fbt b/bin/fbt index c611113..dfd038e 100755 --- a/bin/fbt +++ b/bin/fbt @@ -128,7 +128,7 @@ is the rest of the arguments." ((string= command "lint") (funcall #'lint (or (car args) "core"))) ((string= command "compile") (funcall #'fbt-compile/compile (or (car args) "core"))) ((string= command "clean") (funcall #'fbt-build/clean (or args '("core" "fbt")))) - ((string= command "build") (funcall #'build args)) + ((string= command "build") (funcall #'fbt-build/build args)) (t (print-help command)))))) ;; Local Variables: