]> git.tdb.fi Git - builder.git/blob - source/file.cpp
Add tarball building
[builder.git] / source / file.cpp
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include "file.h"
9
10 using namespace std;
11
12 File::File(Builder &b, const string &n):
13         Target(b, 0, n)
14 { }