diff --git a/.gitignore b/.gitignore index 33feb9e..06e38e3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ *.so # Distribution / packaging +LXMF/Utilities/LXMF RNS .Python build/ diff --git a/Makefile b/Makefile index 8d3e67a..c0b53da 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,12 @@ clean: remove_symlinks: @echo Removing symlinks for build... -rm ./RNS + -rm ./LXMF/Utilities/LXMF create_symlinks: @echo Creating symlinks... -ln -s ../Reticulum/RNS ./ + -ln -s ../../LXMF ./LXMF/Utilities/LXMF build_wheel: python3 setup.py sdist bdist_wheel