compiler-design-eth/HW0/Makefile

6 lines
68 B
Makefile

all:
gcc -m32 -o read-write read-write.s
clean:
rm -f read-write