5 lines
55 B
Makefile
5 lines
55 B
Makefile
run: all
|
|
./a.out
|
|
all:
|
|
g++ -std=c++17 -pthread main.c
|
run: all
|
|
./a.out
|
|
all:
|
|
g++ -std=c++17 -pthread main.c
|