don't .gitignore old local Singeli directory; update clean-submodules

given the trailing slash, it was broken if it was a symlink anyway
This commit is contained in:
dzaima 2022-11-17 23:46:46 +02:00
parent 9d0befbc60
commit e3323b2c05
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -33,7 +33,6 @@ compile_commands.json
/.cache/
# things not used anymore, but still may be present in existing clones
/Singeli/
/SingeliClone/
/obj/
/src/gen/

View File

@ -325,7 +325,7 @@ clean-specific:
rm -f $(bd)/BQN
rmdir $(bd); true
clean-submodules:
git submodule deinit build/singeliSubmodule/ build/replxxSubmodule/
git submodule deinit build/singeliSubmodule/ build/replxxSubmodule/ build/bytecodeSubmodule/
clean: clean-build clean-singeli