#!/usr/bin/make -f

# Default to normal "small" binary
CFLAGS = -Os

%:
	dh $@ --parallel
