Browse Source

No windows

Piotr Czajkowski 4 years ago
parent
commit
e62499fe77
4 changed files with 0 additions and 13 deletions
  1. 0 3
      README.md
  2. 0 10
      makefile
  3. BIN
      win/mingwLibs.zip
  4. BIN
      win/pwned.exe

+ 0 - 3
README.md

@@ -7,6 +7,3 @@ Usage is simple:
 	./pwned <password>
 
 It'll print "This is how many times your password was pwned:" and a number if your password is in ';--have i been pwned? DB, else it'll print "Password not pwned!". Enjoy!
-
-You can find Windows 64-bit binary and necessary libs in *win* subfolder.
-

+ 0 - 10
makefile

@@ -1,9 +1,6 @@
 CFLAGS=-Wall -Wextra -Wshadow -O3 -std=c99
 LDLIBS=-lcurl -lssl -lcrypto
 objects=curl.o sha.o
-mingwCFLAGS=-Wall -Wextra -O3 -std=c99
-mingwLDLIBS=-lcurl -lssl -lcrypto
-mingw=x86_64-w64-mingw32-gcc
 
 pwned: $(objects)
 
@@ -12,10 +9,3 @@ clean:
 	rm *.o
 
 default: pwned
-
-win/pwned.exe:
-	$(mingw) $(mingwCFLAGS) -c curl.c $(mingwLDLIBS)
-	$(mingw) $(mingwCFLAGS) -c sha.c $(mingwLDLIBS)
-	$(mingw) $(mingwCFLAGS) pwned.c $(objects) $(mingwLDLIBS) -o $@
-
-win: win/pwned.exe

BIN
win/mingwLibs.zip


BIN
win/pwned.exe