majestrate / XD

meme bittorrent client
https://xd-torrent.github.io/
MIT License
242 stars 25 forks source link

make clean doesnt clean all stuff #59

Closed r4sas closed 6 years ago

r4sas commented 6 years ago

Current make clean command doesnt clean all generated stuff. Need to add to clean target, where it must be:

src/xd/lib/rpc/assets/assets.go
contrib/webui/docroot/favicon.png

Maybe can be found any other files.

majestrate commented 6 years ago

i'll add a target that does a full clean, the clean target needs to have generated files stay because of how the release script works.

majestrate commented 6 years ago

fixed in https://github.com/majestrate/XD/commit/af452787078efbb9bcf38cb2cbd8ebb1d3e32d27

majestrate commented 6 years ago

use make distclean to do a full clean