Skip to content

Commit 374cd69

Browse files
committed
Added files via upload
1 parent 97d0c66 commit 374cd69

File tree

3 files changed

+1313
-0
lines changed

3 files changed

+1313
-0
lines changed

block1/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
MARCH=pentium4
2+
3+
CFLAGS=-Wall -O3 -march=$(MARCH)
4+
5+
default: block1
6+
7+
block1:
8+
9+
clean:
10+
rm -f block1

0 commit comments

Comments
 (0)