Files
AK2-stuff/lab2-v3/Makefile
T
2020-05-09 22:17:22 +02:00

8 lines
55 B
Makefile

all: mul
mul: mul.s
gcc mul.s -o mul
clean:
rm mul