From 2a5769d11caf95083b01c8fe593cbd0408e00472 Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 13 Sep 2009 23:02:14 +0900 Subject: [PATCH] pack function for makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index eed9da9..11e8e4a 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ all: install: mkdir -p ~/.vim/plugin cp -v plugin/cpan-list.vim ~/.vim/plugin/ + +pack: + tar cvzf cpan-list.tar.gz plugin/