clean:
	rm  $(ALL) *.o *~

backup:
	cp *.m bak
	cp *.fig bak
	cp Makefile bak

restore:
	cp bak/*.m .
	cp bak/*.fig .
	cp bak/Makefile .
