From 39df849f0717d92a7d5bdf8aa5904bd4db1b467f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 6 Jan 2018 17:21:45 -0800 Subject: [PATCH] altos/scheme: add 'install' target to install both test and tiny test Signed-off-by: Keith Packard --- src/scheme/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.30.2