/Common

common C++ and Make stuff

Primary LanguageC++

Common classes other projects use

Donate via Stripe
Donate via Bitcoin

This repo also contains the base Makefile for all my other C++ projects.

This also builds with my own build system, lmake.

How to build with make:

make <platform>

or edit Config.mk and choose your appropriate platform, then it's just:

make

...to build debug and release builds. also allowed:

make debug
	or
make <platform>_debug

make release
	or
make <platform>_release