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