diff options
author | tomas <tomas> | 2005-01-21 10:19:04 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-01-21 10:19:04 +0000 |
commit | 57d3fc1c31e1d14446b491b135505beed3f347c3 (patch) | |
tree | 77595d850bd925ede11c2a41f02302f010a1538a /Makefile | |
parent | 12ff66217ff4edc168a9282f5d7fc536a30331a8 (diff) | |
download | luafilesystem-57d3fc1c31e1d14446b491b135505beed3f347c3.tar.gz luafilesystem-57d3fc1c31e1d14446b491b135505beed3f347c3.tar.bz2 luafilesystem-57d3fc1c31e1d14446b491b135505beed3f347c3.zip |
Acrescimo da funcao lfs.touch, inaugurando a versao 1.1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.12 2005/01/19 14:28:58 tomas Exp $ | 1 | # $Id: Makefile,v 1.13 2005/01/21 10:19:04 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
5 | include ./config | 5 | include ./config |
6 | 6 | ||
7 | V= 1.0 | 7 | V= 1.1b |
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 |