From 4437f93f055844353b59918cde93b1dae9e14835 Mon Sep 17 00:00:00 2001 From: DavidDGTNTSchool <58005558+dugo3number3@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:23:53 -0400 Subject: [PATCH] Create Makefile.wps Makefile for PowerShell --- Makefile.wps | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile.wps 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