luasocket/makefile
2011-05-25 20:57:22 +00: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