diff options
author | tomas <tomas> | 2005-01-18 10:48:02 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-01-18 10:48:02 +0000 |
commit | 86e97088a0e6c6a1ad0af79991ade650f0b51faa (patch) | |
tree | 30ca6c1ec04fd4ef16c3a9dff163ff0a4d13d6a1 /Makefile | |
parent | 7a93f7ee03c7cbbda3ea33b0ad9fce6c319b91c8 (diff) | |
download | luafilesystem-86e97088a0e6c6a1ad0af79991ade650f0b51faa.tar.gz luafilesystem-86e97088a0e6c6a1ad0af79991ade650f0b51faa.tar.bz2 luafilesystem-86e97088a0e6c6a1ad0af79991ade650f0b51faa.zip |
Acrescimo da funcao lfs.touch (lfs.c e test.lua).
Pequenas correcoes para evitar warnings de redefinicao de macros.
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.10 2005/01/18 09:36:11 tomas Exp $ | 1 | # $Id: Makefile,v 1.11 2005/01/18 10:48:02 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
5 | include ./config | 5 | include ./config |
6 | 6 | ||
7 | V= 1.0b | 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 |