From e1729dfdb9c341fe0b9fed7d7b0a80691a547d82 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 1 Jul 1999 12:29:54 +0000 Subject: "See_The_Changelog" --- perl-install/resize_fat/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 perl-install/resize_fat/Makefile (limited to 'perl-install/resize_fat/Makefile') diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile new file mode 100644 index 000000000..34c257a4e --- /dev/null +++ b/perl-install/resize_fat/Makefile @@ -0,0 +1,12 @@ +PRODUCT = libresize +TARSOURCE = $(PRODUCT).tar.bz2 + +.PHONY: clean tar + +clean: + rm -f *~ TAGS $(TARSOURCE) + +tar: clean + cp -f ../common.pm . + cd .. ; tar cfy $(TARSOURCE) $(PRODUCT) ; mv $(TARSOURCE) $(PRODUCT) + rm -f common.pm -- cgit v1.2.1