From fc5950e2eb1f9c0b7a1553f5717940d880e4853c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 9 Oct 1999 13:26:41 +0000 Subject: no_comment --- 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