mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
make: Add 'help' target
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f974de9c49
commit
54d7a58801
12
Makefile
12
Makefile
@ -171,6 +171,18 @@ cscope:
|
||||
$(Q) $(CSCOPE) -bkqu
|
||||
.PHONY: cscope
|
||||
|
||||
help:
|
||||
$(E) ' Targets:'
|
||||
$(E) ' all - Build all [*] targets'
|
||||
$(E) ' * crtools - Build crtools'
|
||||
$(E) ' zdtm - Build zdtm test-suite'
|
||||
$(E) ' clean - Clean everything'
|
||||
$(E) ' tags - Generate tags file (ctags)'
|
||||
$(E) ' cscope - Generate cscope database'
|
||||
$(E) ' rebuild - Force-rebuild of [*] targets'
|
||||
$(E) ' test - Run zdtm test-suite'
|
||||
.PHONY: help
|
||||
|
||||
ifeq ($(filter-out no-deps-targets, $(MAKECMDGOALS)),)
|
||||
-include $(DEPS)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user