Skip to content

Commit 715705a

Browse files
committed
Add asd
1 parent b85b906 commit 715705a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

flx.asd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
(defsystem "flx"
2+
:version "0.1.0"
3+
:author "Jen-Chieh Shen"
4+
:license "MIT"
5+
:components ((:module "src"
6+
:components
7+
((:file "main" :depends-on ("package"))
8+
(:file "package"))))
9+
:description "Rewrite emacs-flx in Common Lisp")

0 commit comments

Comments
 (0)