# makefile2

# .c.o  ƴ϶   Ȯڰ  

#.SUFFIXES: .txt .log

.txt.log:	
	@echo "Converting " $< " to " $*.log
	mv $< $*.log
	