mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-31 03:07:49 -05: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
|