datajerk / c2t

Retro Code (Apple II, Cosmac VIP) to Tape/Text
BSD 3-Clause "New" or "Revised" License
64 stars 11 forks source link

Remove c2t.h.[12] after makeheader is done #20

Closed ryandesign closed 2 years ago

ryandesign commented 2 years ago

makeheader produces intermediate files c2t.h.1 and c2t.h.2. They don't seem to be needed later but neither makeheader nor make clean removes them and they aren't mentioned in .gitignore so they show up as untracked files in git status. The simplest fix seems to be to have makeheader delete the files itself when it's done with them.