diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-11 07:41:46 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-11 07:41:46 -0500 |
commit | 89a57373ad50be71d863bba415f40e04467e560a (patch) | |
tree | 084a31a111fd61fb64767b475f09372218ee93b8 /the-price-of-a-cup-of-coffee.asd |
initial commit
Diffstat (limited to 'the-price-of-a-cup-of-coffee.asd')
-rw-r--r-- | the-price-of-a-cup-of-coffee.asd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/the-price-of-a-cup-of-coffee.asd b/the-price-of-a-cup-of-coffee.asd new file mode 100644 index 0000000..00bb264 --- /dev/null +++ b/the-price-of-a-cup-of-coffee.asd @@ -0,0 +1,11 @@ +;;;; the-price-of-a-cup-of-coffee.asd + +(asdf:defsystem #:the-price-of-a-cup-of-coffee + :description "Just a cold day on a busy street." + :author "<thegoofist@protonmail.com>" + :license "GPL3" + :version "0.0.1" + :serial t + :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony) + :components ((:file "package") + (:file "the-price-of-a-cup-of-coffee"))) |