Files
thetriangle/Makefile
2020-10-22 18:17:27 +05:00

3 lines
65 B
Makefile

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