hereshem / Makefile-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile Example

Clone this repository and run the following commands

  • make or make all or make hello - Building all dependencies and make a file hello
  • make func.o - Making func.o file only
  • make hello.o - Making hello.o file only
  • make run - Running the build hello
  • make clean - Cleaning up all the files created by make

About


Languages

Language:Makefile 56.6%Language:C++ 28.5%Language:C 15.0%