Skip to content

phoenixpinpoint/Surveyor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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