diff options
author | Keith Packard <keithp@keithp.com> | 2018-01-06 17:21:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-01-06 17:21:45 -0800 |
commit | 39df849f0717d92a7d5bdf8aa5904bd4db1b467f (patch) | |
tree | e7c2b4e9536a4d1e97d3261440d02694ede57b66 /src | |
parent | 0d9a3e0378f84ffc8447747150066eae33cd3229 (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/Makefile | 4 |
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: |