5 lines
68 B
Makefile
5 lines
68 B
Makefile
all:
|
|
gcc -m32 -o read-write read-write.s
|
|
|
|
clean:
|
|
rm -f read-write
|