diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 16:27:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 17:15:29 +0000 |
commit | d5e2fd9585914461931c96b7ef7f6584a73eba9d (patch) | |
tree | 9dd23db23b2952a0ec27fde629318be5a6856408 | |
parent | cfee27e25e04a3042621cb3460129b26776e0fab (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | games/Makefile | 4 | ||||
-rw-r--r-- | math/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index ab8ff7d8e8c4..87f8e85c21ef 100644 --- a/games/Makefile +++ b/games/Makefile @@ -545,6 +545,7 @@ SUBDIR += libretro-play SUBDIR += libretro-prboom SUBDIR += libretro-prosystem + SUBDIR += libretro-puae SUBDIR += libretro-px68k SUBDIR += libretro-quicknes SUBDIR += libretro-scummvm @@ -556,7 +557,6 @@ SUBDIR += libretro-stella2014 SUBDIR += libretro-tgbdual SUBDIR += libretro-tyrquake - SUBDIR += libretro-puae SUBDIR += libretro-vba_next SUBDIR += libretro-vecx SUBDIR += libretro-virtualjaguar @@ -812,9 +812,9 @@ SUBDIR += qonk SUBDIR += qqwing SUBDIR += qstat + SUBDIR += quackle SUBDIR += quadra SUBDIR += quadrapassel - SUBDIR += quackle SUBDIR += quake-data SUBDIR += quake-dpmod SUBDIR += quake-source diff --git a/math/Makefile b/math/Makefile index e82ae83e96a6..a5191405d5ca 100644 --- a/math/Makefile +++ b/math/Makefile @@ -276,9 +276,9 @@ SUBDIR += dionysus SUBDIR += disco SUBDIR += dqfun - SUBDIR += dsfmt SUBDIR += drgeo SUBDIR += dsdp + SUBDIR += dsfmt SUBDIR += dune-alugrid SUBDIR += dune-common SUBDIR += dune-curvedgeometry |