letheanVPN / lethean-gui

Lethean GUI Wallet
https://lethean.io
Other
38 stars 22 forks source link

`make clean` does not clean CLI submodule #159

Closed valiant1x closed 2 years ago

valiant1x commented 5 years ago

make clean should clean the submodule build dirs (build, lib, include). Alternatively, the GUI ./build.sh script should rebuild all components of the daemon after the submodule is updated.

pallas1 commented 5 years ago

Currently there's no Makefile for the gui, maybe we should create one? And add "clean" + the usual targets for compilation, by calling build.sh? If that sounds hacky, the alternative could be running the libwallet compilation from build.sh always, and if it's not needed it would just exit quickly (provided the daemon build system is doing his homework about libwallet).