summaryrefslogtreecommitdiff
path: root/dağ.asd
blob: 22e52375af7ca840d248d8ac2bc66ee8336733f4 (plain)
1
2
3
4
5
6
7
8
9
(defsystem dağ
  :author "Emre Akan"
  :description "Web frameworkü"
  ;; :depends-on ()
  :pathname "src/"
  :components ((:file "main")
               ;; (:module "json"
               ;;  :components (()))
               ))