Fixed legacy make build recipe for library.

This commit is contained in:
Steve Karg
2025-02-03 09:28:51 -06:00
parent 4d0c626c1d
commit c5b129e9ab
+4
View File
@@ -70,6 +70,10 @@ apps:
lib: lib:
$(MAKE) -s -C apps $@ $(MAKE) -s -C apps $@
.PHONY: library
library:
$(MAKE) -s LEGACY=true -C apps lib
CMAKE_BUILD_DIR=build CMAKE_BUILD_DIR=build
.PHONY: cmake .PHONY: cmake
cmake: cmake: