Add libzstd.pc Build to More Aggregate Targets in Makefiles
This commit is contained in:
+5
-2
@@ -180,11 +180,14 @@ else
|
||||
endif
|
||||
|
||||
|
||||
.PHONY: default all clean install uninstall
|
||||
.PHONY: default lib-all all clean install uninstall
|
||||
|
||||
default: lib-release
|
||||
|
||||
all: lib
|
||||
# alias
|
||||
lib-all: all
|
||||
|
||||
all: lib libzstd.pc
|
||||
|
||||
libzstd.a: ARFLAGS = rcs
|
||||
libzstd.a: $(ZSTD_OBJ)
|
||||
|
||||
Reference in New Issue
Block a user