aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
blob: b82741ba03a963a8df11c3ac556842f983d328ae (plain)
1
2
3
4
5
6
7
8
#ifndef PARSER_H_
#define PARSER_H_

class Makefile;

void Parse(Makefile* mk);

#endif  // PARSER_H_