Piotr Czajkowski 5 éve
szülő
commit
c4e40ccbb3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)