Move source files into src/
This commit is contained in:
parent
e6fcb312b6
commit
d995df4ac7
|
@ -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")))
|
||||||
|
|
Ŝarĝante…
Reference in New Issue