Create Makefile.wps

Makefile for PowerShell
main
DavidDGTNTSchool 2021-06-16 16:23:53 -04:00 committed by GitHub
parent b867895700
commit 4437f93f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
Makefile.wps Normal file
View File

@ -0,0 +1,6 @@
run:
g++ -o calc main.cpp
.\calc.exe
build:
g++ -o calc main.cpp