Skip to content

Commit 77c2e07

Browse files
committed
Added files via upload
1 parent 5e3a5aa commit 77c2e07

File tree

6 files changed

+1329
-0
lines changed

6 files changed

+1329
-0
lines changed

block2/CV.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9319cb9de9849b1cabbd57c4b900796d

block2/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MARCH=pentium4
2+
CPPFLAGS= -O3 -march=$(MARCH)
3+
4+
default: block2
5+
6+
md5.o: md5.cpp md5.h
7+
8+
block2.o: block2.cpp
9+
10+
block2: md5.cpp block2.cpp md5.o block2.o
11+
g++ block2.o md5.o -o block2
12+
13+
clean:
14+
rm -f *.o block2

0 commit comments

Comments
 (0)