NAME = Miscellaneous

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

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