diff options
author | tuler <tuler> | 2004-11-10 14:44:01 +0000 |
---|---|---|
committer | tuler <tuler> | 2004-11-10 14:44:01 +0000 |
commit | 19fe539ed192975bebe76cdb4a29e39d05006829 (patch) | |
tree | 21b9b7b1dbfc165650c1882c9399e519189ba911 | |
parent | 819cbf6efb8e0707d719e4eff484ca17eda5b629 (diff) | |
download | luafilesystem-19fe539ed192975bebe76cdb4a29e39d05006829.tar.gz luafilesystem-19fe539ed192975bebe76cdb4a29e39d05006829.tar.bz2 luafilesystem-19fe539ed192975bebe76cdb4a29e39d05006829.zip |
alterada versao no Makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.8 2004/10/27 18:40:31 tomas Exp $ | 1 | # $Id: Makefile,v 1.9 2004/11/10 14:44:01 tuler Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
5 | include ./config | 5 | include ./config |
6 | 6 | ||
7 | V= 1.0a | 7 | V= 1.0b |
8 | DIST_DIR= luafilesystem-$V | 8 | DIST_DIR= luafilesystem-$V |
9 | TAR_FILE= $(DIST_DIR).tar.gz | 9 | TAR_FILE= $(DIST_DIR).tar.gz |
10 | ZIP_FILE= $(DIST_DIR).zip | 10 | ZIP_FILE= $(DIST_DIR).zip |