diff options
Diffstat (limited to 'the-price-of-a-cup-of-coffee.asd')
-rw-r--r-- | the-price-of-a-cup-of-coffee.asd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/the-price-of-a-cup-of-coffee.asd b/the-price-of-a-cup-of-coffee.asd index 27f82a2..fa14e56 100644 --- a/the-price-of-a-cup-of-coffee.asd +++ b/the-price-of-a-cup-of-coffee.asd @@ -2,11 +2,17 @@ (asdf:defsystem #:the-price-of-a-cup-of-coffee :description "Just a cold day on a busy street." + + :defsystem-depends-on (:deploy) + :build-operation "deploy-op" + :build-pathname "price-of-coffee" + :entry-point "pocc::start" + :author "<thegoofist@protonmail.com>" :license "GPL3" :version "0.0.1" :serial t - :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony-simple #:trivia #:swank) + :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony-simple #:trivia) ; #:swank) :components ((:file "package") (:file "macros") (:file "assets") |