criu/scripts/nmk
Pepper Gray 36c63ecb5c make: default CC to cc instead of gcc
building on a system without gcc fails with error:
make[1]: gcc: No such file or directory

use system default cc to enhance portability

fixes: #2976
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
2026-04-24 00:52:06 +00:00
..
Documentation
scripts
.gitignore
Makefile
README.md

NMK

NMK stands for NetMaKe -- is a very simple framework for make build system. Most ideas are taken from the Linux kernel kbuild system.