Skip to content

Instantly share code, notes, and snippets.

View Eyal-Shalev's full-sized avatar

Eyal Halpern Shalev Eyal-Shalev

View GitHub Profile
@kensaggy
kensaggy / Makefile
Created November 5, 2013 19:41
Generic all purpose Makefile for SPL course (@bgu)
###################################################################################################################
#
# 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]