altos/scheme: add 'install' target to install both test and tiny test
authorKeith Packard <keithp@keithp.com>
Sun, 7 Jan 2018 01:21:45 +0000 (17:21 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Jan 2018 01:21:45 +0000 (17:21 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/Makefile

index e600d5f7b73a15df8af9057685a9411d47526f05..be3127548a785b9e15ec94c5b85a4a22bf5a5400 100644 (file)
@@ -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: