mirea-projects/Second term/Algorithms/3/Makefile

6 lines
58 B
Makefile
Raw Permalink Normal View History

2024-09-23 23:22:33 +00:00
.SILENT:
run:
g++ -o main "$(name).cpp"
./main
rm main