Skip to content

yryo617/MakefileExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakefileExamples

A collection of Makefile examples for use in networks research

Current examples:

  • EX1_incorrect_patterns: this shows a working, but bad practice Makefile. Use this as an example of how not to write a Makefile.
  • EX2_correct_patterns: this shows a better version of EX1 which uses pattern rules to break up data processing into different stages and tracks the presence of generated files at each stage.
  • EX3_csp_template: this is an example written by Colin, showing additional Makefile config options and in-depth explanations for how these options work.

About

A collection of Makefile examples for use in networks research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 65.0%
  • Python 35.0%