This week I’ve published a project for building a Makefile for C-Lang project installation. Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub. What follows is the TLDR for installation and usage…

Clone

mkdir -vp ~/git/hub/clang-utilities

cd ~/git/hub/clang-utilities

git clone --recurse-submodules git@github.com:clang-utilities/build-clang-makefile.git

Install

cd ~/git/hub/clang-utilities/build-clang-makefile

make install

Usage

Make a directory for C-Lang new plugin project…

mkdir -p ~/git/hub/clang-utilities/project-name

Run build-clang-makefile script for new project…

build-clang-makefile --path ~/git/hub/clang-utilities/project-name\
                     --author "S0AndS0"\
                     --version "0.0.1"