13 lines
186 B
Makefile
13 lines
186 B
Makefile
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=OFF
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build -- GL preload
|
|
|
|
%:
|
|
dh $@
|