This file contains 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
################################################################################################################### | |
# | |
# Dynamic makefile, by Ken Saggy and Lidan Hifi | |
# Will automatically search for files ending with SRCEXT (source extension) in SRCDIR (source directory) | |
# | |
# MAKE FILE DOCUMENTATION: | |
# ======================== | |
# CC = C Compiler [g++] | |
# CFLAGS = Flags used during compilation | |
# SRCDIR = Source Directory [src] |