Skip to content
M

Makefile mimic

This program mimics the standard Unix tool "make".

target: source: file called target depends on the file called source touch file: file called file has been updated make file: file called file should be rebuilt from the files it depends on