From 80152b609225285251a49d1532bf8746bfbab35d Mon Sep 17 00:00:00 2001 From: riton Date: Fri, 28 Mar 2025 21:52:26 +0300 Subject: =?UTF-8?q?kaynak=20dosyalar=20src=20dizinine=20ta=C5=9F=C4=B1nd?= =?UTF-8?q?=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html-jen.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html-jen.asd') diff --git a/html-jen.asd b/html-jen.asd index 200e777..737c3a7 100644 --- a/html-jen.asd +++ b/html-jen.asd @@ -3,13 +3,14 @@ :license "GPLv3" :depends-on (uiop) :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım." + :pathname "src/" :components ((:file "paket") (:file "tanım") (:file "okur") (:file "üretim") (:file "ana")) :build-operation "program-op" - :build-pathname "html-üret" + :build-pathname "../html-üret" :entry-point "html-jen::ana" :in-order-to ((test-op (test-op "html-jen/testler")))) -- cgit v1.2.3