calc/Makefile.win

7 lines
67 B
Makefile

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