Closed r4sas closed 6 years ago
Current make clean command doesnt clean all generated stuff. Need to add to clean target, where it must be:
make clean
src/xd/lib/rpc/assets/assets.go contrib/webui/docroot/favicon.png
Maybe can be found any other files.
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.
clean
fixed in https://github.com/majestrate/XD/commit/af452787078efbb9bcf38cb2cbd8ebb1d3e32d27
use make distclean to do a full clean
make distclean
Current
make clean
command doesnt clean all generated stuff. Need to add to clean target, where it must be:Maybe can be found any other files.