#!/usr/bin/make -f

export CFLAGS+=-Wall -g -fPIC
export LDFLAGS+=-Wl,--as-needed

%:
	dh $@ -Smakefile
