thetriangle/Makefile

3 lines
65 B
Makefile

triangle: triangle.c
$(CC) triangle.c -o triangle -Wall -Wextra