summaryrefslogtreecommitdiff
path: root/Makefile
blob: 601532692cb3dc23bbf4473eaec011d9eb3954ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# makefile for lua hierarchy

all co clean klean:
	cd include; make $@
	cd src; make $@
	cd src/luac; make $@
	cd clients/lib; make $@
	cd clients/lib/old; make $@
	cd clients/lua; make $@

old:
	cd clients/lib/old; make $@