diff options
author | Keith Packard <keithp@keithp.com> | 2018-01-10 23:11:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-01-10 23:11:40 -0800 |
commit | f26cc1a677f577da533425a15485fcaa24626b23 (patch) | |
tree | 2f1e96addf6af39a9013acc76409f9df74a5e561 /src/scheme/Makefile-scheme | |
parent | 4b52fc6eea9a478cb3dd42dcd32c92838df39734 (diff) |
altos/scheme: Move ao-scheme to a separate repository
This way it can be incorporated into multiple operating systems more easily.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/Makefile-scheme')
-rw-r--r-- | src/scheme/Makefile-scheme | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scheme/Makefile-scheme b/src/scheme/Makefile-scheme deleted file mode 100644 index b9018e19..00000000 --- a/src/scheme/Makefile-scheme +++ /dev/null @@ -1,4 +0,0 @@ -include ../scheme/Makefile-inc - -ao_scheme_const.h: $(SCHEME_SRCS) $(SCHEME_HDRS) - +cd ../scheme && make $@ |