Move source files into src/

This commit is contained in:
Jaidyn Ann 2024-05-26 18:18:02 -05:00
parent e6fcb312b6
commit d995df4ac7
3 changed files with 2 additions and 2 deletions

4
eksd.asd Executable file → Normal file
View File

@ -5,7 +5,7 @@
:homepage "https://hak.xwx.moe/jadedctrl/eksd" :homepage "https://hak.xwx.moe/jadedctrl/eksd"
:description "For reading files into hex— `xxd`-like with text-tables." :description "For reading files into hex— `xxd`-like with text-tables."
:depends-on () :depends-on ()
:components ((:file "eksd"))) :components ((:file "src/eksd")))
(defsystem "eksd.unix" (defsystem "eksd.unix"
:version "0.11" :version "0.11"
@ -14,4 +14,4 @@
:homepage "https://hak.xwx.moe/jadedctrl/eksd" :homepage "https://hak.xwx.moe/jadedctrl/eksd"
:description "UNIX terminal front-tend to eksd. `xxd` twin." :description "UNIX terminal front-tend to eksd. `xxd` twin."
:depends-on (:eksd :unix-opts :cl-strings) :depends-on (:eksd :unix-opts :cl-strings)
:components ((:file "eksd-unix"))) :components ((:file "src/unix")))