From 35a421a727841319d5a998806924205ec6663bc2 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 7 Feb 2015 20:07:36 +0900 Subject: added more options to utf8_count --- utf8_count/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utf8_count/Makefile') diff --git a/utf8_count/Makefile b/utf8_count/Makefile index ba52396..6f93a96 100644 --- a/utf8_count/Makefile +++ b/utf8_count/Makefile @@ -1,4 +1,7 @@ LUA=/home/fam/downloads/source/lua/lua-5.3.0/src/lua make: - @$(LUA) utf8_count.lua + @$(LUA) utf8_count.lua + +test1: + $(LUA) utf8_count.lua -d -i -f test/chap1.txt test/chap2.txt -c -- cgit v1.2.3