make clean: delete libunwind CMake output (#23)

This commit is contained in:
Ștefan Talpalaru 2022-03-23 02:14:28 +01:00 committed by GitHub
parent 656881b721
commit b457f9fd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ clean:
cd vendor/libbacktrace-upstream && \
{ [[ -e Makefile ]] && $(MAKE) clean $(HANDLE_OUTPUT) || true; }
cd vendor/libunwind && \
{ [[ -e Makefile ]] && $(MAKE) clean $(HANDLE_OUTPUT) || true; }
{ [[ -e Makefile ]] && $(MAKE) clean $(HANDLE_OUTPUT) || true; } && \
rm -rf CMakeCache.txt CMakeFiles cmake_install.cmake install_manifest.txt Makefile
$(SILENT_TARGET_PREFIX).SILENT: