An open API service indexing awesome lists of open source software.

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.

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`