Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
# (find-fline "$LUA51SRC/")
# (find-fline "$LUA51SRC/include/")
# (find-esgrep "grep -nH -e shared lua5.e")

%.so: %.c
	gcc -g -Wall -shared -I ~/usrc/lua-5.1.1/src -o $@ $<