Homework 0
This commit is contained in:
commit
49bca7f856
2 changed files with 78 additions and 0 deletions
5
HW0/Makefile
Normal file
5
HW0/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
gcc -m32 -o read-write read-write.s
|
||||
|
||||
clean:
|
||||
rm -f read-write
|
Loading…
Add table
Add a link
Reference in a new issue