mirror of https://github.com/daviddgtnt/calc
parent
b867895700
commit
4437f93f05
|
@ -0,0 +1,6 @@
|
|||
run:
|
||||
g++ -o calc main.cpp
|
||||
.\calc.exe
|
||||
|
||||
build:
|
||||
g++ -o calc main.cpp
|
Loading…
Reference in New Issue