Skip to content

Commit

Permalink
Style cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith authored and Josh Marchán committed Jul 1, 2010
1 parent 2b87fb7 commit 67f708b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions cl-devil.asd
@@ -1,15 +1,12 @@
;;;; -*- Lisp -*-
;;;; cl-devil -- DevIL binding for CL. See README for licensing information.

(defpackage #:cl-devil-system (:use #:cl #:asdf))
(in-package #:cl-devil-system)

(defsystem cl-devil
:depends-on (:cffi :anaphora :alexandria)
:components
((:file "package")
(:file "il" :depends-on ("package"))
(:file "ilu" :depends-on ("package" "il"))
(:file "ilut" :depends-on ("package" "il"))
(:file "utilities" :depends-on ("package" "il"))))
(asdf:defsystem cl-devil
:depends-on (:cffi :anaphora :alexandria)
:components
((:file "package")
(:file "il" :depends-on ("package"))
(:file "ilu" :depends-on ("package" "il"))
(:file "ilut" :depends-on ("package" "il"))
(:file "utilities" :depends-on ("package" "il"))))

0 comments on commit 67f708b

Please sign in to comment.