Skip to content

Files

Latest commit

 

History

History
23 lines (18 loc) · 393 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 393 Bytes

Surveyor

A depedency file builder for C.

Surveyor reads clibs.json of the root file, goes through the dependencies and grabs all the *.c files.

It then builds a survey.c file to be included in your root compilation.

GNU Dependencies

  • pthread

Use

./surveyor

Then include the survey.c file in your main C file.

#include "survey.c"

Building

make