diff options
Diffstat (limited to 'dağ.asd')
-rw-r--r-- | dağ.asd | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +(defsystem dağ + :author "Emre Akan" + :description "Web frameworkü" + ;; :depends-on () + :pathname "src/" + :components ((:file "main") + ;; (:module "json" + ;; :components (())) + )) |