Skip to content

Instantly share code, notes, and snippets.

View cratz92's full-sized avatar

Carlos Leal cratz92

View GitHub Profile
@fletcher97
fletcher97 / Makefile
Last active December 17, 2021 14:50
Generic Makefile for c projects. Replace `...` with appropriate values for each project
################################################################################
# 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.