Skip to content

Commit

Permalink
Add system definition for the paint example
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxia0 committed Mar 18, 2015
1 parent 941c7e7 commit 3580037
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cl-charms-paint.asd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(asdf:defsystem #:cl-charms-paint
:version "0.1"
:author "Robert Smith"
:description "A simple ASCII art paint program for cl-charms."
:license "MIT License (See COPYING)"
:depends-on (#:cl-charms)
:serial t
:pathname "examples/"
:components ((:file "paint")))

0 comments on commit 3580037

Please sign in to comment.