From 89a57373ad50be71d863bba415f40e04467e560a Mon Sep 17 00:00:00 2001 From: Boutade Date: Fri, 11 Oct 2019 07:41:46 -0500 Subject: initial commit --- the-price-of-a-cup-of-coffee.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 the-price-of-a-cup-of-coffee.asd (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 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 "" + :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"))) -- cgit v1.2.3