calc/Makefile.wps

7 lines
69 B
Makefile
Raw Normal View History

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