calc/Makefile

7 lines
65 B
Makefile
Raw Normal View History

2021-06-16 15:22:37 -05:00
run:
g++ -o calc main.cpp
./calc
build:
g++ -o calc main.cpp