From: Tomas Bzatek Date: Thu, 4 Mar 2021 16:43:30 +0000 (+0100) Subject: build: Include libnvme.pc in the default make target X-Git-Tag: v1.0-rc0~134^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fdf4864350fedf6a0c3e6fa2c8135cddcb5639b6;p=users%2Fsagi%2Flibnvme.git build: Include libnvme.pc in the default make target --- diff --git a/Makefile b/Makefile index ef470bef..a4dbd7df 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ INSTALL=install default: all -all: +all: $(NAME).pc @$(MAKE) -C src @$(MAKE) -C test @$(MAKE) -C examples