
SHELL = /bin/sh
RM = \rm -f

clean:
	$(RM) *~ 

distclean: clean
