libostd/src/build_make.cc

16 lines
290 B
C++

/* Build system implementation bits.
*
* This file is part of libostd. See COPYING.md for futher information.
*/
#include "ostd/build/make.hh"
namespace ostd {
namespace build {
/* place the vtable in here */
make_task::~make_task() {}
} /* namespace build */
} /* namespace ostd */