Select Git revision
sbbs
-
-
- Open in your IDE
- Download source code
This is because the Cryptlib makefile doesn't use $(MAKE) for submakes and instead hardcodes the string "make" since gmake -C sets MAKEFLAGS to "w", this ends up breaking builds on systems where the first make in the path doesn't support the non-standard -w option.