GrapheneOS / hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
https://grapheneos.org/
MIT License
1.21k stars 91 forks source link

Use $(MAKE) instead of make in Makefiles #187

Closed jvoisin closed 2 years ago

jvoisin commented 2 years ago

As said in make's documentation:

Recursive make commands should always use the variable MAKE, not the explicit command name ‘make’