mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
fixing gc.a target
This commit is contained in:
parent
68c7fc8f80
commit
989803f2d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ CFLAGS=-Wall -g -fno-inline -save-temps -Os
|
||||||
|
|
||||||
GC_OBJ=./gc/gc.a
|
GC_OBJ=./gc/gc.a
|
||||||
|
|
||||||
$GC_OBJ: ./gc/alloc.c
|
./gc/gc.a: ./gc/alloc.c
|
||||||
cd gc && make test
|
cd gc && make test
|
||||||
|
|
||||||
sexp.o: sexp.c sexp.h config.h defaults.h Makefile
|
sexp.o: sexp.c sexp.h config.h defaults.h Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue