From 7fffc29b196336f299fecc7e55db17e77d97d1e2 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 7 Feb 2015 15:30:09 +0900 Subject: added utf8 character statistics counter. utf8_count --- utf8_count/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utf8_count/Makefile (limited to 'utf8_count/Makefile') 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 -- cgit v1.2.3