criu/scripts/nmk
Dmitry Safonov 19bd013a1e build/nmk: add mrproper-y
This will separate clean process on two parts:
- deleting binaries/objects/temp
- deleting generated files

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-03-25 23:39:21 +03:00
..
Documentation build: nmk -- Initial import 2016-02-15 15:32:20 +03:00
scripts build/nmk: add mrproper-y 2016-03-25 23:39:21 +03:00
.gitignore build: nmk -- Initial import 2016-02-15 15:32:20 +03:00
Makefile build: nmk -- Initial import 2016-02-15 15:32:20 +03:00
README.md build: nmk -- Initial import 2016-02-15 15:32:20 +03:00

NMK

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