#!/usr/bin/make -f
override_dh_auto_build:
make release
override_dh_clean:
# call clear target provided by Hyprland
make clear
dh_clean
%:
dh $@