all:	visu_help
visu_help:	Guru.res help.res
	cat *.res > ,tmp
	mv ,tmp $@

clean:;	rm -f ,* visu_help
