diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-12-26T12·48+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-12-26T12·48+0100 |
commit | 5579ca7d6c620c5dd874ed0654d9a03a73fbf6d6 (patch) | |
tree | 73580db0255e6c695298b9f517f6fcf0ce52f970 /gemma.asd | |
parent | abe8419b034600b8cea37a17407ed933766cfbf5 (diff) |
feat(build): Configure ASDF program-op with entrypoint
Diffstat (limited to 'gemma.asd')
-rw-r--r-- | gemma.asd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gemma.asd b/gemma.asd index a2472a4f14d9..1da8aa0b20c2 100644 --- a/gemma.asd +++ b/gemma.asd @@ -20,6 +20,8 @@ :components ((:module "src" :components ((:file "gemma")))) + :build-operation program-op + :entry-point "gemma::entrypoint" :description "Gemma is a household task management system" :long-description #.(read-file-string |