anujkhare / learn-make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Make

The repo contains a few cpp files.

Building

  • make clean
  • mkdir build
  • make compile

The compiled object files and the output binary a.out will be present in the directory build.

Resources

About


Languages

Language:C++ 54.3%Language:Makefile 45.7%