# makefile for lua distribution

SRCS= lua.h lualib.h luadebug.h

all:

dynamic:

clean:

co:
	co -f -M $(SRCS)

klean:	clean
	rm -f $(SRCS)
