diff --git a/Makefile.wps b/Makefile.wps new file mode 100644 index 0000000..1e4025e --- /dev/null +++ b/Makefile.wps @@ -0,0 +1,6 @@ +run: + g++ -o calc main.cpp + .\calc.exe + +build: + g++ -o calc main.cpp