summaryrefslogtreecommitdiff
path: root/the-price-of-a-cup-of-coffee.asd
blob: 4c0a8246a004c8e4fbe20e6c722f5be692277ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; 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-simple #:swank)
  :components ((:file "package")
               (:file "macros")
               (:file "assets")
               (:file "the-price-of-a-cup-of-coffee")))