nevillejackson / Unix

Unix usage and programming documents
5 stars 0 forks source link

Binaries committed to xv #2

Open maidentaiwan opened 2 months ago

maidentaiwan commented 2 months ago

You've committed 5 binary executables in your repository:

bggen vdcomp xcmap xv xvpictoppm

I don't know if this is intentional or not, but "make clean" deletes them. This means anyone who clones your repository and runs "make clean" (which should restore the directory to its initial conditions) will see:

$ git st
 D bggen
 D vdcomp
 D xcmap
 D xv
 D xvpictoppm
nevillejackson commented 2 months ago

I intended to put xv binary there , but not the others. They are now removed. I intend to put the xv binary in a .deb file. When I complete that the xv binary will be removed. Thank you for bringing this to my notice.