blob: b82741ba03a963a8df11c3ac556842f983d328ae [file] [log] [blame]
Shinichiro Hamaji776ca302015-06-06 03:52:48 +09001#ifndef PARSER_H_
2#define PARSER_H_
3
4class Makefile;
5
6void Parse(Makefile* mk);
7
8#endif // PARSER_H_