]> git.tdb.fi Git - builder.git/blob - source/gnuccompiler.cpp
Big rewrite for a more tool-centric approach
[builder.git] / source / gnuccompiler.cpp
1 #include "gnuccompiler.h"
2
3 using namespace std;
4 using namespace Msp;
5
6 GnuCCompiler::GnuCCompiler(Builder &b):
7         GnuCompiler(b, "CC", "gcc")
8 {
9         input_suffixes.push_back(".c");
10 }