current: 
	@echo "do this as root: make install"

install:
	cp $(wildcard sndpeek sndpeek.exe) /usr/local/bin/; chmod 755 /usr/local/bin/$(wildcard sndpeek sndpeek.exe)
