Makefile mode #!/usr/bin/make -f include debian/confflags vpath %.c $(CURDIR) DEB_HOST_GNU_CPU = $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) %: dh ${@} --parallel .PHONY: ../source/main/main.cpp # a comment ../source/main/main.cpp: @echo "make custom" ifeq ($(DEB_HOST_GNU_CPU), amd64) $(MAKE) -f debian/custom64.mk else $(MAKE) -f debian/custom.mk endif if install override_dh_install: @echo $$install dh_install --list-missing #another comment endif MIME types defined: text/x-makefile.