Piotr Czajkowski il y a 5 ans
Parent
commit
c4e40ccbb3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -1,5 +1,5 @@
 CFLAGS=-Wall -Wextra -Wshadow -O3 -std=c99
-LDLIBS=-lcurl -lssl -lcrypto
+LDLIBS=-lcurl -lcrypto
 objects=curl.o sha.o
 
 pwned: $(objects)