mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-31 22:25:27 -04:00
13 lines
205 B
Makefile
13 lines
205 B
Makefile
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
export DH_VERBOSE=1
|
|
export DH_OPTIONS=-v
|
|
|
|
include /usr/share/dpkg/pkg-info.mk
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson
|
|
|
|
|