Skip to content
hello-world-example.asd 240 B
Newer Older
;; Example executable program

(defsystem :hello-world-example
Francois-Rene Rideau's avatar
Francois-Rene Rideau committed
  :class :bundle-system
  :build-operation program-op
  :depends-on (:asdf-driver)
  :translate-output-p nil
  :components ((:file "hello")))