Skip to content

Instantly share code, notes, and snippets.

@snmsts
Created May 29, 2012 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snmsts/2822878 to your computer and use it in GitHub Desktop.
Save snmsts/2822878 to your computer and use it in GitHub Desktop.
change asd's setting to use extention other than `lisp`
(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")))
(defvar *temp* 'tmp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment