mirror of https://github.com/yandex/odyssey.git
18 lines
298 B
Makefile
Executable File
18 lines
298 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
# NOTE: Only TABs allowed here !!!
|
|
|
|
override_dh_strip:
|
|
dh_strip --dbg-package=odyssey-dbg
|
|
|
|
override_dh_usrlocal:
|
|
|
|
override_dh_auto_build:
|
|
make BUILD_REL_DIR=build build_release
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install --destdir=debian/odyssey
|
|
|
|
%:
|
|
dh $@
|