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