Modified clean target

Invoke `make clear` to clean, because that is the target used by
hyprpaper
This commit is contained in:
alan (NyxTrail) 2024-03-08 19:04:21 +00:00
parent bbb6d4bed2
commit 11f8dd4c26
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
1 changed files with 6 additions and 0 deletions

6
debian/rules vendored
View File

@ -11,3 +11,9 @@
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)"
#
# hyprpaper uses the 'clear' target instead of a 'clean' target
override_dh_clean:
dh_clean
$(MAKE) clear