summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-01-06 17:21:45 -0800
committerKeith Packard <keithp@keithp.com>2018-01-06 17:21:45 -0800
commit39df849f0717d92a7d5bdf8aa5904bd4db1b467f (patch)
treee7c2b4e9536a4d1e97d3261440d02694ede57b66 /src
parent0d9a3e0378f84ffc8447747150066eae33cd3229 (diff)
altos/scheme: add 'install' target to install both test and tiny test
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-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: