From 5c22b7888e09c9e43e2b605d817a1e57bde63ddc Mon Sep 17 00:00:00 2001 From: Boutade Date: Sun, 20 Oct 2019 07:45:28 -0500 Subject: mogrified assets, set foreign memory on bootup --- the-price-of-a-cup-of-coffee.asd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'the-price-of-a-cup-of-coffee.asd') 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 "" :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") -- cgit v1.2.3