Laboratory-Tasks/Exercise 10 - Matrix Multiplication (Week 11)/makefile

3 lines
48 B
Makefile

ex10: ex10.c
gcc -Wall -std=c11 -o ex10 ex10.c