From 4324211c234a647f3e82542a2dd54b748156620c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 15 Feb 2011 16:50:35 +0000 Subject: add Mkcd-Commandline --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2c36997 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +NAME = Mkcd-Commandline + +VERSION = 1.1.0 + +PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) + +install: + install -d $(DESTDIR)/$(PERL_VENDORLIB)/Mkcd + install Mkcd/Commandline.pm $(DESTDIR)/$(PERL_VENDORLIB)/Mkcd/ + -- cgit v1.2.1