Ver Fonte

Not needed

Piotr Czajkowski há 5 anos atrás
pai
commit
c4e40ccbb3
1 ficheiros alterados com 1 adições e 1 exclusões
  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)