diff options
author | Nicolas Noble <nnoble@blizzard.com> | 2009-06-02 11:09:14 -0700 |
---|---|---|
committer | Nicolas Noble <nnoble@blizzard.com> | 2009-06-02 11:09:14 -0700 |
commit | 26f478ab722e1d5110cabac71704cb5c3e285c0e (patch) | |
tree | 104964ca2813cd44d6929fc7ea2ab2e9217ccf5b /Makefile | |
parent | d2003726de81dfb729b64195878f4aedcd305b84 (diff) | |
parent | fcddd7a1c0310e9fff2004613419bb2d01977681 (diff) |
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-modules-cd-tool
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -65,6 +65,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) @@ -94,3 +98,5 @@ clean: ./luac -o $@ $< -include $(ALL_DEPS) + +.PHONY: clean dist |