Laboratory-Tasks/Exercise 3 - Virtual Initialization (Week 4)/makefile

3 lines
44 B
Makefile

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