
vish: tkAppInit.o tclSound.o
	cc -N -s -o vish tkAppInit.o tclSound.o -ltk -ltcl -lX11 -lm

clean:
	rm -f vish *.o *.bak
