summaryrefslogtreecommitdiff
path: root/dağ.asd
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-07-30 00:55:35 +0300
committerriton <riton@riton.home>2025-07-30 00:55:35 +0300
commit1a50e1182bb4e9449845908276967cd965a34710 (patch)
treeed2da25c02429e2ec1e2c91fb48b101b9d937296 /dağ.asd
parentc437fe7dcc5291d9ce4c978da7b6947ec096ecb5 (diff)
json okur baş
Diffstat (limited to 'dağ.asd')
-rw-r--r--dağ.asd6
1 files changed, 3 insertions, 3 deletions
diff --git a/dağ.asd b/dağ.asd
index 22e5237..308c51d 100644
--- a/dağ.asd
+++ b/dağ.asd
@@ -4,6 +4,6 @@
;; :depends-on ()
:pathname "src/"
:components ((:file "main")
- ;; (:module "json"
- ;; :components (()))
- ))
+ (:module "json"
+ :components ((:file "paket")
+ (:file "json")))))