mirror of https://github.com/daviddgtnt/calc
7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
run:
|
||
|
g++ -o calc main.cpp
|
||
|
./calc
|
||
|
|
||
|
build:
|
||
|
g++ -o calc main.cpp
|