summaryrefslogtreecommitdiff
path: root/the-price-of-a-cup-of-coffee.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-20 07:45:28 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-20 07:45:28 -0500
commit5c22b7888e09c9e43e2b605d817a1e57bde63ddc (patch)
treee6061348d0e52d6c2135c5e516999ae95ef54dce /the-price-of-a-cup-of-coffee.asd
parentc065c7d856bce3fab29c768ea99f65afd0c80a06 (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.asd8
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")