cs251/Project3/Makefile
2018-10-15 17:24:29 -04:00

6 lines
136 B
Makefile

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