NAME
App::hopen::T::Gnu::C::CompileCmd - compile C source using the GNU toolset
SYNOPSIS
In a hopen file:
my $cmd = App::hopen::T::Gnu::C::CompileCmd->new(
compiler => '/usr/bin/gcc',
name => 'compilation command' # optional
);
The inputs come from earlier in the build graph. TODO support specifying compiler arguments.
ATTRIBUTES
compiler
The compiler to use. TODO is this a full path or just a name?
MEMBER FUNCTIONS
_run
Create the compile command line.