Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 426 Bytes

Sample Clang project

Most interesting for you here is not the source code, but configs in .mainframer folder.

This is a very common setup for Clang project, but of course you might need to tune some ignore configs for your project.

How to build

$ bash mainframer.sh clang sample.c -o sample

Or any other Clang build task you want.

Requirements

Clang installed on remote machine.