]> mj.ucw.cz Git - umpf.git/blob - Makefile
reegx comparisons addded
[umpf.git] / Makefile
1 all: bison
2         gcc -Wall -O2 -o cond -g -lpcre cond.tab.c
3
4 bison:
5         bison cond.y
6
7 clean:
8         rm -rf cond.tab.c cond