diff --git a/.gitignore b/.gitignore index 01500327..6192742b 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file diff --git a/makefile b/makefile index 436ffe9c..504bfd68 100644 --- a/makefile +++ b/makefile @@ -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