summaryrefslogtreecommitdiff
path: root/dağ.asd
diff options
context:
space:
mode:
Diffstat (limited to 'dağ.asd')
-rw-r--r--dağ.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/dağ.asd b/dağ.asd
new file mode 100644
index 0000000..22e5237
--- /dev/null
+++ b/dağ.asd
@@ -0,0 +1,9 @@
+(defsystem dağ
+ :author "Emre Akan"
+ :description "Web frameworkü"
+ ;; :depends-on ()
+ :pathname "src/"
+ :components ((:file "main")
+ ;; (:module "json"
+ ;; :components (()))
+ ))