Set prefix on make command line
[fw/pdclib] / debian / rules
1 #!/usr/bin/make -f
2
3 DH_VERBOSE=1
4
5 %:
6         dh $@
7
8 override_dh_auto_install:
9         dh_auto_install -- prefix=/usr/lib/arm-none-eabi
10
11 override_dh_auto_test:
12         echo 'no tests needed'
13
14 override_dh_strip:
15         echo 'no stripping needed'