From 670e03997afca107abbfc61a61f89477a9f9ab82 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 17 Feb 2015 20:00:33 +0900 Subject: c_conf_gen lua script that generates getopt code for fast argc,argv parsing. for lazy people --- c_conf_gen/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 c_conf_gen/Makefile (limited to 'c_conf_gen/Makefile') diff --git a/c_conf_gen/Makefile b/c_conf_gen/Makefile new file mode 100644 index 0000000..09232e0 --- /dev/null +++ b/c_conf_gen/Makefile @@ -0,0 +1,7 @@ +LUA=/home/fam/downloads/source/lua/lua-5.3.0/src/lua + +make: + @$(LUA) cconfgen.lua + +test: + @$(LUA) cconfgen.lua -c config/cs_config2 -o config/cs_config2 \ No newline at end of file -- cgit v1.2.3