--- code/trunk/Makefile 2007/02/24 21:38:49 27 +++ code/trunk/Makefile 2007/02/24 21:38:53 29 @@ -19,7 +19,7 @@ ########################################################################## -OBJ = maketables.o study.o pcre.o +OBJ = maketables.o get.o study.o pcre.o all: libpcre.a libpcreposix.a pcretest pgrep @@ -48,6 +48,9 @@ maketables.o: maketables.c pcre.h internal.h Makefile $(CC) -c $(CFLAGS) maketables.c +get.o: get.c pcre.h internal.h Makefile + $(CC) -c $(CFLAGS) get.c + study.o: study.c pcre.h internal.h Makefile $(CC) -c $(CFLAGS) study.c