This website requires JavaScript.
Explore
Help
Sign In
DavidDGTNT
/
calc
mirror of
https://github.com/daviddgtnt/calc
Watch
1
Star
0
Fork
You've already forked calc
0
Code
Issues
cd9e93692c
calc
/
Makefile.wps
6 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
Create Makefile.wps Makefile for PowerShell
2021-06-16 15:23:53 -05:00
build
:
g++ -o calc main.cpp
Make build default, make run better, add clean, install, and uninstall (install and uninstall only on linux)
2021-09-13 13:11:32 -05:00
run
:
build
.
\c
alc.exe
clean
:
rm calc.exe