add some indirection around make targets of module.mk, so you can combine it more...
[project/luci.git] / libs / core / src / debug.lua
1 module("luci.debug", package.seeall)
2 __file__ = debug.getinfo(1, 'S').source:sub(2)