https://github.com/undergrounder96/factorial_cpp
This repo is just an excuse for me to learn Makefile.
https://github.com/undergrounder96/factorial_cpp
c cpp make makefile
Last synced: about 2 months ago
JSON representation
This repo is just an excuse for me to learn Makefile.
- Host: GitHub
- URL: https://github.com/undergrounder96/factorial_cpp
- Owner: UnderGrounder96
- License: mit
- Created: 2021-06-01T13:20:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T12:08:21.000Z (about 5 years ago)
- Last Synced: 2025-05-19T12:49:03.660Z (about 1 year ago)
- Topics: c, cpp, make, makefile
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# factorial_cpp
This repo is just an excuse for me to learn Makefile.
## `make commands`
Compile: `make all`
Run: `make run`
Clean: `make clean`