You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make all (the default) includes installing (aka registering) the component with SST. However, make clean does not unregister the component. I suggest one of the two following options:
Include the sst-register -u calls directly in the clean target.
Include a new target called uninstall that has the sst-register -u calls. This would probably infer a target called make clean-all that performs clean and uninstall.
If you agree and tell me what you want, I'd be glad to create a PR for you.
The text was updated successfully, but these errors were encountered:
make all
(the default) includes installing (aka registering) the component with SST. However,make clean
does not unregister the component. I suggest one of the two following options:sst-register -u
calls directly in theclean
target.uninstall
that has thesst-register -u
calls. This would probably infer a target calledmake clean-all
that performsclean
anduninstall
.If you agree and tell me what you want, I'd be glad to create a PR for you.
The text was updated successfully, but these errors were encountered: