]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Include libnvme.pc in the default make target
authorTomas Bzatek <tbzatek@redhat.com>
Thu, 4 Mar 2021 16:43:30 +0000 (17:43 +0100)
committerTomas Bzatek <tbzatek@redhat.com>
Thu, 4 Mar 2021 16:43:30 +0000 (17:43 +0100)
Makefile

index ef470beffec0ab1a2897f144ce802c110cd1e80d..a4dbd7dfaf79c634ca9567bd7e579041c8da36ca 100644 (file)
--- 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