diff options
| author | Keith Packard <keithp@keithp.com> | 2018-01-06 17:29:10 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-01-06 17:31:43 -0800 |
| commit | 16061947d4376b41e596d87f97ec53ec29d17644 (patch) | |
| tree | f7ad08f8810b0ea78cf282048eacb46d441a2ee1 /src/scheme/test/Makefile | |
| parent | 39df849f0717d92a7d5bdf8aa5904bd4db1b467f (diff) | |
altos/scheme: Add ports. Split scheme code up.
And lots of other changes, including freeing unreferenced atoms.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/test/Makefile')
| -rw-r--r-- | src/scheme/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scheme/test/Makefile b/src/scheme/test/Makefile index 8858f0f6..686d809b 100644 --- a/src/scheme/test/Makefile +++ b/src/scheme/test/Makefile @@ -23,7 +23,7 @@ ao-scheme: $(OBJS) $(OBJS): $(HDRS) ao_scheme_const.h: ao_scheme_make_const $(SCHEME_SCHEME) - $^ -o $@ + $^ -o $@ -d GPIO clean:: rm -f $(OBJS) ao-scheme ao_scheme_const.h |
