1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# makefile for lua distribution SRCS= lua.h lualib.h luadebug.h all: dynamic: clean: co: co -f -M $(SRCS) klean: clean rm -f $(SRCS)