diff options
Diffstat (limited to '')
-rw-r--r-- | sjauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sjauth/Makefile b/sjauth/Makefile index ef64147..1f2ac90 100644 --- a/sjauth/Makefile +++ b/sjauth/Makefile @@ -3,7 +3,7 @@ all: sjauth sjauth: sjauth.c - $(CC) -Wall -Wextra -pedantic -O3 -o sjauth sjauth.c $(shell pkg-config --libs libcurl) + $(CC) -Wall -Wextra -pedantic -O3 -o sjauth sjauth.c `pkg-config --libs libcurl` clean: rm sjauth |