# makefile for archive # Copyright (C) TOYODA Eizi, 1999.  All rights reserved.

DESTDIR=/GFD_Dennou_Club/ftp/arch/cc-env/activeperl
FILES=*.exe

all:

install:
	install $(FILES) $(DESTDIR)
