Skip to content

thenumbernine/Common

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published