Add libzstd.pc Build to More Aggregate Targets in Makefiles

This commit is contained in:
W. Felix Handte
2020-05-08 16:11:32 -04:00
parent 15561bcf74
commit 78aa9373cb
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -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)