2019-01-04 14:16:49 +08:00

18 lines
322 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
export QT_SELECT=5
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq ($(DEB_BUILD_ARCH), mips64el)
export CC = /usr/bin/clang
export CXX = /usr/bin/clang++
endif
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --parallel