calc/Makefile

7 lines
65 B
Makefile

run:
g++ -o calc main.cpp
./calc
build:
g++ -o calc main.cpp