paip/paip.asd

11 lines
229 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 "paip")))