c64-livecoding/wip-duuqnd/user-side-compiler/user-side-compiler.asd

8 lines
159 B
Common Lisp

(cl:in-package #:asdf-user)
(defsystem #:user-side-compiler
:serial t
:components
((:file "package")
(:file "high-level")
(:file "instruction")))