mirror of
https://github.com/zbanks/radiance.git
synced 2026-01-24 12:31:07 +01:00
8 lines
130 B
Makefile
Executable File
8 lines
130 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DRADIANCE_SYSTEM_RESOURCES=/usr/share/radiance/
|