build: remove auto-generated hyprctl/hw-protocols/ files during make clear (#13399)

This commit is contained in:
Christian Fredrik Johnsen 2026-02-28 16:51:24 +01:00 committed by GitHub
parent d2b9957fab
commit db8509dfe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ nopch:
clear:
rm -rf build
rm -f ./protocols/*.h ./protocols/*.c ./protocols/*.cpp ./protocols/*.hpp
rm -f ./hyprctl/hw-protocols/*.cpp ./hyprctl/hw-protocols/*.hpp
all:
$(MAKE) clear