Laboratory-Tasks/Exercise 8 - Dynamic Stack (Week 9)/makefile

3 lines
44 B
Makefile

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