when i run a make file i get this error
\"obj/viojournal.o: file not recognized: File format not recognized collect2: ld returned 1 exit status\"
and the make f
It seems like the object file is corrupted somehow. Try deleting it to force it to be rebuilt or as @devnull suggests, do a make clean.
make clean