aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/recipe.cxx
blob: 3720059471225a177130d886dca1a3a3cffd44b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : libbuild2/target.cxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#include <libbuild2/target.hxx>

#include <libbuild2/algorithm.hxx>

namespace build2
{
  const recipe empty_recipe;
  const recipe noop_recipe (&noop_action);
  const recipe default_recipe (&default_action);
  const recipe group_recipe (&group_action);
}