diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-02-07 20:07:36 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-02-07 20:07:36 +0900 |
commit | 35a421a727841319d5a998806924205ec6663bc2 (patch) | |
tree | b46106a82c8e837159c282a265d64be586b480df /utf8_count/Makefile | |
parent | 7fffc29b196336f299fecc7e55db17e77d97d1e2 (diff) | |
download | code-snippets-35a421a727841319d5a998806924205ec6663bc2.tar.gz code-snippets-35a421a727841319d5a998806924205ec6663bc2.zip |
added more options to utf8_count
Diffstat (limited to 'utf8_count/Makefile')
-rw-r--r-- | utf8_count/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |