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]
/
Makefile
blob
c1c09f5fc4d791ad14f4f587f193c70b7975b735
1
# makefile for lua hierarchy
2
3
all co clean
klean
:
4
cd
include
;
make
$
@
5
cd src
;
make
$
@
6
cd src
/
luac
;
make
$
@
7
cd clients
/
lib
;
make
$
@
8
cd clients
/
lua
;
make
$
@