diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-20 07:45:28 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-20 07:45:28 -0500 |
commit | 5c22b7888e09c9e43e2b605d817a1e57bde63ddc (patch) | |
tree | e6061348d0e52d6c2135c5e516999ae95ef54dce /the-price-of-a-cup-of-coffee.asd | |
parent | c065c7d856bce3fab29c768ea99f65afd0c80a06 (diff) |
mogrified assets, set foreign memory on bootup
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") |