mirea-projects/Second term/Algorithms/3/Makefile
2024-09-24 02:22:33 +03:00

6 lines
58 B
Makefile
Executable File

.SILENT:
run:
g++ -o main "$(name).cpp"
./main
rm main