summaryrefslogtreecommitdiff
path: root/ykpsmuttauth
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ykpsmuttauth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ykpsmuttauth/Makefile b/ykpsmuttauth/Makefile
index 53e46a3..bbaab9f 100644
--- a/ykpsmuttauth/Makefile
+++ b/ykpsmuttauth/Makefile
@@ -4,7 +4,7 @@ ykpsmuttauth: ykpsmuttauth.go
go build
ykpsmuttauth2: ykpsmuttauth2.c
- $(CC) -Wall -Wextra -pedantic -o ykpsmuttauth2 ykpsmuttauth2.c $(shell pkg-config --cflags --libs json-c) $(shell pkg-config --cflags --libs libcurl) $(shell pkg-config --cflags --libs openssl)
+ $(CC) -Wall -Wextra -pedantic -o ykpsmuttauth2 ykpsmuttauth2.c `pkg-config --cflags --libs json-c` `pkg-config --cflags --libs libcurl` `pkg-config --cflags --libs openssl`
clean:
rm -fv ykpsmuttauth ykpsmuttauth2