project-euler/makefile

7 lines
128 B
Makefile
Raw Normal View History

2023-03-26 22:59:33 +02:00
85 : 085_counting_rectangles.c
gcc 085_counting_rectangles.c -lm -o 085_counting_rectangles.exe
clean :
rm -f *.exe *.out