forgot to add file

master
Daniel Kolesa 2018-04-23 21:24:46 +02:00
parent 846b11e4d1
commit 621bad7474
1 changed files with 15 additions and 0 deletions

15
src/build_make.cc 100644
View File

@ -0,0 +1,15 @@
/* 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 */