# makefile for lua distribution

all:

clean:

co:
	co -M lua.h lualib.h
