diff options
author | Pixel <pixel@nobis-crew.org> | 2009-05-25 02:13:30 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-05-25 02:13:30 +0000 |
commit | fcddd7a1c0310e9fff2004613419bb2d01977681 (patch) | |
tree | dd5e143af7abe815820c1edfba451cf5ab945f8a /Makefile | |
parent | 6d594a8e1daac75217e0b6ffbf6d8e7fb6067246 (diff) |
Adding dist target.
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 |