I get this error when trying to recreate an object file:
$ hare build -t o layout.ha
Error: Output path 'layout.o' already exists, but isn't an executable file
None of my object files created by `cc` are executable. I suppose this
check for executable files should be skipped for object files (`hare
build -t o`), right?