aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomas <tomas>2005-01-19 14:28:58 +0000
committertomas <tomas>2005-01-19 14:28:58 +0000
commit508c7b3b569c7370f4ec54eebb88ceee0354f428 (patch)
tree87e188fc4a899a3e4f026828c76dba9ef271ea05 /Makefile
parente99b7844bbb893d3d414e8e711b3706b8cf2b8a4 (diff)
downloadluafilesystem-508c7b3b569c7370f4ec54eebb88ceee0354f428.tar.gz
luafilesystem-508c7b3b569c7370f4ec54eebb88ceee0354f428.tar.bz2
luafilesystem-508c7b3b569c7370f4ec54eebb88ceee0354f428.zip
Eliminando funcao lfs.touch() para lancamento da versao 1.0 oficial.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5d1ac6e..5a75e04 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
1# $Id: Makefile,v 1.11 2005/01/18 10:48:02 tomas Exp $ 1# $Id: Makefile,v 1.12 2005/01/19 14:28:58 tomas Exp $
2 2
3T= lfs 3T= lfs
4 4
5include ./config 5include ./config
6 6
7V= 1.1b 7V= 1.0
8DIST_DIR= luafilesystem-$V 8DIST_DIR= luafilesystem-$V
9TAR_FILE= $(DIST_DIR).tar.gz 9TAR_FILE= $(DIST_DIR).tar.gz
10ZIP_FILE= $(DIST_DIR).zip 10ZIP_FILE= $(DIST_DIR).zip