Cleanup dependencies

This commit is contained in:
Mark Qvist 2025-11-27 13:46:15 +01:00
commit c727abe1ef
4 changed files with 29 additions and 12 deletions

View file

@ -24,6 +24,18 @@ cleanbuildozer:
cleanall: clean cleanbuildozer
remove_symlinks:
@echo Removing symlinks for build...
-rm ./RNS
-rm ./LXST
-rm ./LXMF
create_symlinks:
@echo Creating symlinks...
-ln -s ../Reticulum/RNS ./RNS
-ln -s ../LXST/LXST ./LXST
-ln -s ../LXMF/LXMF ./LXMF
preparewheel:
pyclean .
$(MAKE) -C sbapp cleanrns