compiler-design-eth/HW0/Makefile
Carlos Galindo 49bca7f856
Homework 0
2020-01-15 22:17:50 +01:00

5 lines
68 B
Makefile

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