lelanthran / skeleton-c

A skeleton C project with Makefile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton Makefile for C and C++ projects.

There are two example projects, small and large. The small project builds a single library out of all the specified source (see build.config) and as many programs (sources with a main()) as specified. The large project builds multiple libaries out of the specified subdirectories, as well as any programs (sources with a main()) that are specified in the build.config.

About

A skeleton C project with Makefile


Languages

Language:Makefile 46.0%Language:C 38.4%Language:Shell 14.0%Language:C++ 1.6%