all: 
	@echo "Compiling createdata"
	gcc -o createdata createdata.cpp

copy:	
	cp createdata /usr/bin/createdata