NAME = RSS_1.0

all: 
	zip $(NAME).zip *.rdf
	tar -cZvf $(NAME).tar.Z *.rdf

clean:
	rm -f $(NAME).zip
	rm -f $(NAME).tar.Z
