diff --git a/Makefile b/Makefile index d2a8b4c31..0f2ba7644 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,10 @@ endif CFLAGS += $(WARNINGS) $(DEFINES) +# Default target +all: criu lib +.PHONY: all + # # Version headers. include Makefile.versions @@ -205,9 +209,6 @@ lib: criu $(Q) $(MAKE) -C lib all .PHONY: lib -all: criu lib -.PHONY: all - subclean: $(call msg-clean, criu) $(Q) $(MAKE) -C lib clean