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

SRCS= lua.h lualib.h luadebug.h

all:

dynamic:

clean:

co:
	co -f -M $(SRCS)

klean:	clean
	rm -f $(SRCS)