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:
parent
9d0befbc60
commit
e3323b2c05
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,7 +33,6 @@ compile_commands.json
|
|||||||
/.cache/
|
/.cache/
|
||||||
|
|
||||||
# things not used anymore, but still may be present in existing clones
|
# things not used anymore, but still may be present in existing clones
|
||||||
/Singeli/
|
|
||||||
/SingeliClone/
|
/SingeliClone/
|
||||||
/obj/
|
/obj/
|
||||||
/src/gen/
|
/src/gen/
|
||||||
2
makefile
2
makefile
@ -325,7 +325,7 @@ clean-specific:
|
|||||||
rm -f $(bd)/BQN
|
rm -f $(bd)/BQN
|
||||||
rmdir $(bd); true
|
rmdir $(bd); true
|
||||||
clean-submodules:
|
clean-submodules:
|
||||||
git submodule deinit build/singeliSubmodule/ build/replxxSubmodule/
|
git submodule deinit build/singeliSubmodule/ build/replxxSubmodule/ build/bytecodeSubmodule/
|
||||||
|
|
||||||
|
|
||||||
clean: clean-build clean-singeli
|
clean: clean-build clean-singeli
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user