UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

release tar ball has build artifacts #142

Closed vu3rdd closed 8 years ago

vu3rdd commented 8 years ago

While trying to make a debian package, I observed that the 1.0.0-rc3 release tar ball has a bunch of .c files in the build directory on the root of the source path and also the tools/scanreplace.pyc file. scons -c unfortunately only cleans up the outputs like .o and does not clean up the *.c. I tried doing an rm -r build && scons && scons -c and still see the build directory intact.

It will be nice if these are cleaned up in the release tarballs.

vu3rdd commented 8 years ago

Oops, sorry, this is not true. Release tar balls didn't have build directory. Just that scons -c didn't clean it up. Sorry about that. Closing it.