Created
May 29, 2012 06:07
-
-
Save snmsts/2822878 to your computer and use it in GitHub Desktop.
change asd's setting to use extention other than `lisp`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(asdf:defsystem #:temp | |
:default-component-class cl-source-file.lsp | |
;; cl-source-file.lsp/cl-source-file.cl can be used. | |
:serial t | |
:components ((:file "temp"))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defvar *temp* 'tmp) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment