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