mirror of
https://github.com/token2/libfido2.git
synced 2026-03-13 11:12:49 -07:00
10 lines
187 B
Makefile
Executable File
10 lines
187 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DUDEV_RULES_DIR=/lib/udev/rules.d
|