all:
	gcc -o tee2 tee2.c

install: tee2
	install tee2 /usr/local/bin
	#install tee2 /usr/bin
	#cp tee2 /usr/local/bin/

clean:
	rm -f tee2
