#!/usr/bin/make -f

export CC=clang-18
export CXX=clang++-18

%:
	dh $@

override_dh_dwz:
	# pass
