thenumbernine / Common

common C++ and Make stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

common C++ and Make stuff


Languages

Language:C++ 83.9%Language:Makefile 14.6%Language:C 1.4%