summaryrefslogtreecommitdiffstats
path: root/lua_hpp.mk
blob: 70502f49a8ba68bb9c7dd79f9f346a9ebf91755c (plain)
1
2
3
4
5
6
lua.hpp:
	$(AM_V_GEN)echo 'extern "C" {' > $@
	@echo '#include "lua.h"' >> $@
	@echo '#include "lualib.h"' >> $@
	@echo '#include "lauxlib.h"' >> $@
	@echo '}' >> $@