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

all:

clean:

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

klean:	clean
	rm -f $(SRCS)