summaryrefslogtreecommitdiff
path: root/src/scheme
diff options
context:
space:
mode:
Diffstat (limited to 'src/scheme')
-rw-r--r--src/scheme/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scheme/Makefile b/src/scheme/Makefile
index e600d5f7..be312754 100644
--- a/src/scheme/Makefile
+++ b/src/scheme/Makefile
@@ -18,4 +18,8 @@ test/ao-scheme: FRC ao_scheme_builtin.h make-const/ao_scheme_make_const
tiny-test/ao-scheme-tiny: FRC ao_scheme_builtin.h make-const/ao_scheme_make_const
+cd tiny-test && make
+install: all
+ +cd test && make install
+ +cd tiny-test && make install
+
FRC: