diff options
author | Pixel <pixel@nobis-crew.org> | 2009-05-27 11:46:19 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-05-27 11:46:19 -0700 |
commit | 08350cf5915d021eda4cb73b75dcead3b28e924a (patch) | |
tree | 68711a2833d8bf96c0c221e8a31cf72c329278c5 | |
parent | fd9cef83e6da75079fa3f0148920752c4434fbd8 (diff) | |
parent | b304ed4fe2eca814576067a51a22ab29f73aefb4 (diff) |
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-modules
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |