fixing gc.a target

This commit is contained in:
alexander-s 2009-03-25 16:13:45 +09:00
parent 68c7fc8f80
commit 989803f2d2

View file

@ -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