Skip to content

Instantly share code, notes, and snippets.

View risherlock's full-sized avatar
💤

risherlock risherlock

💤
View GitHub Profile
@risherlock
risherlock / Makefile
Last active July 27, 2022 02:18
Generic(ish) Makefile for C/C++ projects.
# Rishav (2022/05/17)
target = main
build_dir = build
cpp_sources = \
main.cpp \
this.cpp \
that.cpp