paip/paip.asd

15 lines
359 B
Plaintext
Raw Permalink Normal View History

2021-05-20 03:37:09 +00:00
;;;; paip.asd
(asdf:defsystem #:paip
:description "Me learning from the PAIP book"
:author "Case Duckworth"
:license "WTFPL"
:version "0.0.1"
:serial t
:components ((:file "package")
2021-05-21 20:59:17 +00:00
(:file "part-1")
(:file "part-2")
(:file "part-3")
(:file "part-4")
(:file "part-5")))