build:	src/getopt.h src/getopt.c src/bmpsteg.cpp
	g++ -o bmpsteg src/getopt.c src/bmpsteg.cpp
