aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79113b6..95c7da1 100644
--- a/Makefile
+++ b/Makefile
@@ -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
3T= lfs 3T= lfs
4 4
5include ./config 5include ./config
6 6
7V= 1.0a 7V= 1.0b
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