mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 13:21:54 +03:00
14 lines
220 B
Makefile
Executable File
14 lines
220 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
# export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build -- prefix=/usr
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- prefix=/usr
|