aboutsummaryrefslogtreecommitdiff
path: root/include/build.hh
blob: fb42ef1c2ef6b1d563f1c1b8a5019dbd56116218 (plain)
1
2
3
4
5
6
7
#ifndef BUILD
#define BUILD

#include "vars.hh"
void build(Pkg pkg);

#endif