mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
6 lines
65 B
Makefile
Executable File
6 lines
65 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT := qt5
|
|
|
|
%:
|
|
dh $@ --parallel
|