paip/paip.asd

15 lines
359 B
Common Lisp

;;;; 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")
(:file "part-1")
(:file "part-2")
(:file "part-3")
(:file "part-4")
(:file "part-5")))