diff options
Diffstat (limited to 'dağ.asd')
-rw-r--r-- | dağ.asd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,6 +4,6 @@ ;; :depends-on () :pathname "src/" :components ((:file "main") - ;; (:module "json" - ;; :components (())) - )) + (:module "json" + :components ((:file "paket") + (:file "json"))))) |