diff options
Diffstat (limited to 'c_conf_gen/Makefile')
-rw-r--r-- | c_conf_gen/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |