executes config.lua config file and converts stdin into lua program that io.writes...
[ikh.git] / miconf / Makefile
blobbb107192518961cf2e6201e0220381e454bb9eb1
1 miconf: miconf.c
2 gcc -O2 -I ${HOME}/local/include -L${HOME}/local/lib -o miconf miconf.c -l lua