cs251/Project3/Makefile

6 lines
136 B
Makefile
Raw Permalink Normal View History

2018-10-15 17:24:29 -04:00
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