Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 17, 2024
1 parent 3ae7b9e commit fc741b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/core/build.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
:description "system name"
:short-name #\n
:long-name "name"
:required t
:key :name)
(clingon:make-option
:string
Expand All @@ -32,6 +31,7 @@

(defun handler (cmd)
"Handler for `build' command."
(format t "~A" clingon:command-arguments)
(qob:call-script "core/build"))

(defun command ()
Expand Down
4 changes: 4 additions & 0 deletions scripts/build.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

(require 'asdf)

(push (concatenate 'string (uiop:getcwd) "extern"
"clingon")
asdf:*central-registry*)

(push '*default-pathname-defaults* asdf:*central-registry*)
(asdf:load-system "qob")
(asdf:load-system "copy-directory")
Expand Down

0 comments on commit fc741b2

Please sign in to comment.