mirror of
https://github.com/artizirk/wdisplays.git
synced 2025-04-03 13:17:29 +03:00
8 lines
80 B
Makefile
Executable File
8 lines
80 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|
|
|