Laboratory-Tasks/Exercise 4 - BST Sort (Week 5)/makefile

3 lines
45 B
Makefile

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