Skip to content

Instantly share code, notes, and snippets.

@courtc
courtc / depgen.c
Created May 12, 2014 20:38
Dependency generator
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <getopt.h>
#include <sys/stat.h>
enum {
INC_COMMANDLINE,
INC_AFTER,