all: g++ -std=c++11 -O2 -DUSE_6_CHARS -o brute brute.cpp g++ -std=c++11 -O2 -DUSE_6_CHARS -o encrypt encrypt.cpp clean: rm *.o brute