aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-03-30 02:39:53 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-03-30 03:54:02 +0900
commite7f9256c096ca8975738ceeb3dad0b841ca434e3 (patch)
treec1df511e19739c394c918dc4d1297a21f014cde1 /Makefile.am
parent7bdba0a138750d543d4e4dc1e620adc5f3e9aeb8 (diff)
Add boilerplate codes for create programming language.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5498ea..3d99308 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,10 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
bin_SCRIPTS =
-SOURCES =
+SOURCES = \
+ language/acl2/spec.scm \
+ language/acl2/parse.scm \
+ language/acl2/compile-tree-il.scm
TESTS =