summaryrefslogtreecommitdiff
path: root/include/Makefile
blob: 48f12a799e2cd2aaafc4137978ac7ac0530d7ab4 (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 lauxlib.h

all:

clean:

co:
	co -q -f -M $(SRCS)

klean:	clean
	rm -f $(SRCS)