Cura-packaging/master/fdm_materials/rules
2016-11-25 16:57:42 +01:00

13 lines
294 B
Makefile
Executable File

#!/usr/bin/make -f
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
DEB_PACKAGE_VERSION ?= $(shell dpkg-parsechangelog -SVersion | cut -f2 -d":" | cut -f1 -d"~")
%:
dh $@ --buildsystem=cmake --parallel
#override_dh_install:
# dh_install --fail-missing