Modified clean target
Invoke `make clear` to clean, because that is the target used by hyprpaper
This commit is contained in:
parent
bbb6d4bed2
commit
11f8dd4c26
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue