mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-01 03:37:49 -05:00
7 lines
110 B
Makefile
Executable File
7 lines
110 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT := qt5
|
|
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
|
|
|
|
%:
|
|
dh $@ --parallel
|