Files
luasocket/makefile
Vadim A. Misbakh-Soloviov 3f3c2bf818 Import IPv6-supported Lua5.2 compatible code from Matthew Wild's repo
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2012-05-09 18:03:06 +07:00

16 lines
224 B
Makefile

PLAT?= macosx
PLATS= macosx linux win32
#------
# Hopefully no need to change anything below this line
#
all: $(PLAT)
$(PLATS) none install local clean:
@cd src; $(MAKE) $@
test: dummy
lua test/hello.lua
.PHONY: dummy