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