]> git.tdb.fi Git - builder.git/blobdiff - source/file.cpp
Add tarball building
[builder.git] / source / file.cpp
diff --git a/source/file.cpp b/source/file.cpp
new file mode 100644 (file)
index 0000000..e2b3c27
--- /dev/null
@@ -0,0 +1,14 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
+#include "file.h"
+
+using namespace std;
+
+File::File(Builder &b, const string &n):
+       Target(b, 0, n)
+{ }