setup proj
This commit is contained in:
parent
7b8595de80
commit
176bd1f5c8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
passgen
|
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
CC=g++
|
||||||
|
CFLAGS=-I.
|
||||||
|
|
||||||
|
run: passgen
|
||||||
|
./passgen
|
||||||
|
|
||||||
|
passgen: main.cpp
|
||||||
|
$(CC) -o passgen main.cpp
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o passgen
|
7776
eff_large_wordlist.txt
Normal file
7776
eff_large_wordlist.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user