Piotr Czajkowski vor 5 Jahren
Ursprung
Commit
c4e40ccbb3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)