Laboratory-Tasks/Exercise 2 - Heap (Week 3)/makefile

3 lines
44 B
Makefile

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