Skip to content

Instantly share code, notes, and snippets.

View diegoholiveira's full-sized avatar

Diego Henrique Oliveira diegoholiveira

View GitHub Profile
@LiquidityC
LiquidityC / Makefile
Last active December 1, 2023 03:24
Generic drop in Makefile
VERSION = \"1.0.0\"
PREFIX ?= out
INCDIR = inc
SRCDIR = src
LANG = c
OBJDIR = .obj
MODULE = binary_name
CC = gcc