crtls: Use exported make

Without this, when building on platforms where 'make' is not GNU Make,
building crtls will fail. The Makefiles used to build crtls depend on
GNU Make and will not work on e.g. BSD Make.
This commit is contained in:
Jaeden Amero
2024-07-07 11:10:36 +00:00
committed by Dave Murphy
parent 78eb432d11
commit d3d636cb54
3 changed files with 4 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ cd $BUILDDIR
tar -xvf $SRCDIR/devkita64-rules-$DKA64_RULES_VER.tar.gz
cd devkita64-rules-$DKA64_RULES_VER
make install
$MAKE install