From: Keith Packard Date: Sun, 7 Jan 2018 01:21:45 +0000 (-0800) Subject: altos/scheme: add 'install' target to install both test and tiny test X-Git-Tag: 1.8.5~1^2~2^2~18 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=39df849f0717d92a7d5bdf8aa5904bd4db1b467f altos/scheme: add 'install' target to install both test and tiny test Signed-off-by: Keith Packard --- 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: