diff options
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 |