mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
Only manual mode at the moment. Need to automate it later. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
6 lines
50 B
Makefile
6 lines
50 B
Makefile
OBJS=cln srv
|
|
|
|
all: $(OBJS)
|
|
|
|
clean:
|
|
rm -f $(OBJS)
|