summaryrefslogtreecommitdiff
path: root/language/vietnamese/vietnet/makefile.2
blob: 671898a738ce2ae4f35e9ac1b28abf7909f57eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CFLAGS = -O

VNTeX:	VNTeX.c
	cc ${CFLAGS} VNTeX.c -o VNTeX
	strip VNTeX

tex2vnt: tex2vnt.c
	cc ${CFLAGS} tex2vnt.c -ll -o tex2vnt

tex2vnt.c: tex2vnt.l
	lex -t tex2vnt.l > tex2vnt.c

clean:
	rm *.o