/Make-Tool

A mini clone of the make tool for Design and Analysis of Algorithms course

Primary LanguageC

Make Tool

A basic implementation of the well known make tool for building executables from source.

Example

An example is given in the maketests folder. maker.out is the file that has been compiled from the source in src. The makefile makef consists of the files for which the specific commands have to be run and the independent ones as well. To run the makefile use the command: ./maker.out makef