6 lines
58 B
Makefile
Executable File
6 lines
58 B
Makefile
Executable File
.SILENT:
|
|
run:
|
|
g++ -o main "$(name).cpp"
|
|
./main
|
|
rm main
|