From 9265a9782269a5deef0ee44b8905b28e01587b3b Mon Sep 17 00:00:00 2001 From: tomas Date: Sat, 4 Jun 2005 18:22:29 +0000 Subject: Cleanup. --- Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index bb39e69..e344605 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,10 @@ -# $Id: Makefile,v 1.19 2005/05/30 17:54:49 uid20006 Exp $ +# $Id: Makefile,v 1.20 2005/06/04 18:22:29 tomas Exp $ T= lfs include ./config V= 1.1 -DIST_DIR= luafilesystem-$V -TAR_FILE= $(DIST_DIR).tar.gz -ZIP_FILE= $(DIST_DIR).zip LIBNAME= lib$T.$V.so COMPAT_O= $(COMPAT_DIR)/compat-5.1.o @@ -29,13 +26,4 @@ install: src/$(LIBNAME) ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T.so clean: - rm -f $L src/$(LIBNAME) $(OBJS) - -dist: dist_dir - tar -czf $(TAR_FILE) $(DIST_DIR) - zip -rq $(ZIP_FILE) $(DIST_DIR)/* - rm -rf $(DIST_DIR) - -dist_dir: - mkdir -p $(DIST_DIR) - cp config $(SRCS) $T.h $T.def Makefile *html luafilesystem.png $(DIST_DIR) + rm -f src/$(LIBNAME) $(OBJS) -- cgit v1.2.3-55-g6feb