CS208 Intro to Computer Systems
Intro to C: minigrep
January 2026

To build minigrep:
- Write your C program in minigrep.c
- Run "make minigrep"
- If your program compiles properly, the executable file
    minigrep will appear

To run the one tiny test of minigrep provided in this package:
- Run "make test"

Just running "make" will both build and test minigrep.
