diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 03:30:59 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 04:19:02 +0000 |
commit | e746d90c4afccfcde2a0fc2bbb3a8882951b6748 (patch) | |
tree | 262acdc6a644c3925348b7c0b9ad4fe10a61d182 | |
parent | e24e8beab8d68de47eaf9b1e960c3a00c4213d16 (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | graphics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 03ce11d030c4..3b0404dc78ca 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -530,8 +530,8 @@ SUBDIR += linux-c7-tiff SUBDIR += linux-c7-wayland SUBDIR += lua-gd - SUBDIR += lux SUBDIR += luminance-qt5 + SUBDIR += lux SUBDIR += lximage-qt SUBDIR += magnum SUBDIR += magnum-examples |