summaryrefslogtreecommitdiff
path: root/language/vietnamese/vietnet/makefile.2
diff options
context:
space:
mode:
Diffstat (limited to 'language/vietnamese/vietnet/makefile.2')
-rw-r--r--language/vietnamese/vietnet/makefile.214
1 files changed, 14 insertions, 0 deletions
diff --git a/language/vietnamese/vietnet/makefile.2 b/language/vietnamese/vietnet/makefile.2
new file mode 100644
index 0000000000..671898a738
--- /dev/null
+++ b/language/vietnamese/vietnet/makefile.2
@@ -0,0 +1,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