summaryrefslogtreecommitdiff
path: root/include/Makefile
blob: e21de74d715c809419ce3821fd103051c5d24e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# makefile for lua distribution (includes)

LUA= ..

include $(LUA)/config

SRCS= lua.h lualib.h luadebug.h

all:

clean:

co:
	co -f -M $(SRCS)

klean:	clean
	rm -f $(SRCS)