build: remove auto-generated hyprctl/hw-protocols/ files during make clear (#13399)
This commit is contained in:
parent
d2b9957fab
commit
db8509dfe2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue