home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / regexp / makefile < prev    next >
Makefile  |  1992-03-22  |  89b  |  8 lines

  1. CC=gcc
  2. CFLAGS = -c -O2
  3.  
  4. OBJS = regerror.obj regexp.obj regsub.obj
  5.  
  6. all: $(OBJS)
  7.  
  8.