BIN_DIR= /usr/bin
all:
	gcc -o tcpscan tcpscan.c
install:
	mv tcpscan ${BIN_DIR}
