Makefile 77 B

1234
  1. PROG= grep
  2. SRCS= fastgrep.c file.c grep.c queue.c util.c
  3. include ../tool.mk