chmod u+x,g+x cnv*
./cnvf *.c
./cnvf *.h
rm *.o
rm pp
cc -w -c parse_params.c -o parse_params.o
cc -w pp.c parse_params.o -o pp
