NAME = RDFS-CR-27-Mar-2000 all: zip $(NAME).zip *.rdf tar -cZvf $(NAME).tar.Z *.rdf clean: rm -f $(NAME).zip rm -f $(NAME).tar.Z