#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Fri, 14 Apr 2023 16:57:18 +0200
export PYBUILD_NAME=refnx
%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_clean:
	rm -f src/*.o src/_*.cpp src/_*.c refnx/version.py
	make -C paper clean

execute_after_dh_auto_build:
	make -C paper
