mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 22:25:39 +00:00
Cleanup dependencies
This commit is contained in:
parent
424c2fcd06
commit
c727abe1ef
4 changed files with 29 additions and 12 deletions
12
Makefile
12
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue