diff options
author | Aki <please@ignore.pl> | 2022-07-07 22:38:31 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-07-07 22:38:31 +0200 |
commit | 4977a18390f2bbbd8cd2f3e7a2a8a8e5b97df491 (patch) | |
tree | 8e5b3d4c0edfe8702201cab8d41a8c5bd85f4ad1 /Makefile | |
parent | 1ed4f63a03b94eb05a2b86f204b2eb9938a86581 (diff) | |
download | pkgrel-4977a18390f2bbbd8cd2f3e7a2a8a8e5b97df491.zip pkgrel-4977a18390f2bbbd8cd2f3e7a2a8a8e5b97df491.tar.gz pkgrel-4977a18390f2bbbd8cd2f3e7a2a8a8e5b97df491.tar.bz2 |
It will now actually print pkgrel number accordingly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CFLAGS=`pkg-config --cflags libgit2 libpcre2-8` -LDLIBS=`pkg-config --libs libgit2 libpcre2-8` +CFLAGS=`pkg-config --cflags libgit2` +LDLIBS=`pkg-config --libs libgit2` all: pkgrel |