From 0243f1357ce68e2537b327b367b541ae912c246e Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 25 May 2009 02:11:42 +0000 Subject: Adding dist target. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76bd364..03778ef 100644 --- a/Makefile +++ b/Makefile @@ -172,6 +172,10 @@ ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(WHOLE_SOURCES)))) all: dep modules +dist: modules + mkdir -p ../lua-interface-dist + cp *.$(SHARED_EXT) ../lua-interface-dist + modules: $(MODULES_LIST) dep: $(ALL_DEPS) @@ -234,3 +238,5 @@ clean: ./luac -o $@ $< -include $(ALL_DEPS) + +.PHONY: dist clean -- cgit v1.2.3