diff options
Diffstat (limited to 'cl-forth.asd')
-rw-r--r-- | cl-forth.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cl-forth.asd b/cl-forth.asd index 455a735..f192b5e 100644 --- a/cl-forth.asd +++ b/cl-forth.asd @@ -9,6 +9,7 @@ (:file "util") (:file "assembly") (:file "cl-forth") + (:file "simulation") (:file "main") (:file "test/tests")) :build-operation "program-op" |