summaryrefslogtreecommitdiff
path: root/include/Makefile
blob: 6cd0c92df63f3ad5a5be7bd1c59f1273749cab66 (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 auxlib.h

all:

clean:

co:
	co -f -M $(SRCS)

klean:	clean
	rm -f $(SRCS)