SHELL = /bin/sh

clean :
	@rm -f *.o lib*

realclean :
	rm -f lib*

.SUFFIXES : 
