diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-02-07 15:30:09 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-02-07 15:30:09 +0900 |
commit | 7fffc29b196336f299fecc7e55db17e77d97d1e2 (patch) | |
tree | 3f43526801defa8d5b0b97047524eb536d11260c /utf8_count/Makefile | |
parent | a97d6a9ee64f384ef995261a1518f7d39b6f2649 (diff) | |
download | code-snippets-7fffc29b196336f299fecc7e55db17e77d97d1e2.tar.gz code-snippets-7fffc29b196336f299fecc7e55db17e77d97d1e2.zip |
added utf8 character statistics counter. utf8_count
Diffstat (limited to 'utf8_count/Makefile')
-rw-r--r-- | utf8_count/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utf8_count/Makefile b/utf8_count/Makefile new file mode 100644 index 0000000..ba52396 --- /dev/null +++ b/utf8_count/Makefile @@ -0,0 +1,4 @@ +LUA=/home/fam/downloads/source/lua/lua-5.3.0/src/lua + +make: + @$(LUA) utf8_count.lua |