#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: cd packages/client && tsc for p in graph json bloom search time-series; do \ (cd packages/$$p && tsc); \ done tsc