6 lines
41 B
Makefile
6 lines
41 B
Makefile
|
all:
|
||
|
g++ main.cpp -o main
|
||
|
|
||
|
run:
|
||
|
./main
|