diff --git a/Makefile b/Makefile index 4a226919..59d6dc76 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,10 @@ apps: lib: $(MAKE) -s -C apps $@ +.PHONY: library +library: + $(MAKE) -s LEGACY=true -C apps lib + CMAKE_BUILD_DIR=build .PHONY: cmake cmake: