This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Makefile | |
################################################################################ | |
# Makefile by fletcher97 | |
# Version: 2.1 | |
# This makefile can be copied to a directory and it will generate the file | |
# structure and initialize a git repository with the .init rule. Any variables | |
# and rules for the specifique project can be added in the appropriate section. |