summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-05-27 11:46:19 -0700
committerPixel <pixel@nobis-crew.org>2009-05-27 11:46:19 -0700
commit08350cf5915d021eda4cb73b75dcead3b28e924a (patch)
tree68711a2833d8bf96c0c221e8a31cf72c329278c5
parentfd9cef83e6da75079fa3f0148920752c4434fbd8 (diff)
parentb304ed4fe2eca814576067a51a22ab29f73aefb4 (diff)
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-modules
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76bd364..e7504fc 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 $(MODULES_LIST) ../lua-interface-dist
+
modules: $(MODULES_LIST)
dep: $(ALL_DEPS)
@@ -234,3 +238,5 @@ clean:
./luac -o $@ $<
-include $(ALL_DEPS)
+
+.PHONY: dist clean