Skip to content

thenumbernine/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common classes other projects use

Donate via Stripe

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published