repo.or.cz
/
lua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imported from ../lua-3.0.tar.gz.
[lua.git]
/
include
/
Makefile
blob
6cd0c92df63f3ad5a5be7bd1c59f1273749cab66
1
# makefile for lua distribution (includes)
2
3
LUA
=
..
4
5
include
$(
LUA
)/
config
6
7
SRCS
=
lua.h lualib.h luadebug.h auxlib.h
8
9
all
:
10
11
clean
:
12
13
co
:
14
co
-
f
-
M
$(
SRCS
)
15
16
klean
:
clean
17
rm
-
f
$(
SRCS
)