lisp-scripts/time-window.asd

8 lines
253 B
Plaintext
Raw Permalink Normal View History

(asdf:defsystem time-window
:pathname #P"time-window/"
:build-operation "program-op"
:entry-point "time-window:main"
:components ((:file "package")
(:file "time-window" :depends-on ("package")))
:depends-on (#:cl-hyprland-ipc))