7 lines
128 B
Makefile
7 lines
128 B
Makefile
|
|
||
|
85 : 085_counting_rectangles.c
|
||
|
gcc 085_counting_rectangles.c -lm -o 085_counting_rectangles.exe
|
||
|
|
||
|
clean :
|
||
|
rm -f *.exe *.out
|