mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
build: Fix compel target on @all
There is no longer phony compel target but compel/compel instead. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
eb329f0949
commit
72503fb903
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -127,7 +127,7 @@ endif
|
|||
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
|
||||
|
||||
# Default target
|
||||
all: compel criu lib
|
||||
all: compel/compel criu lib
|
||||
.PHONY: all
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue