diff --git a/src/tools/makerd/cpptoml.h b/external/cpptoml/cpptoml.h similarity index 100% rename from src/tools/makerd/cpptoml.h rename to external/cpptoml/cpptoml.h diff --git a/scripts/templates/exe.makerd.j2 b/scripts/templates/exe.makerd.j2 new file mode 100644 index 0000000..1a8e4ba --- /dev/null +++ b/scripts/templates/exe.makerd.j2 @@ -0,0 +1,10 @@ +{% extends "exe.default.j2" %} +{% block variables %} +{{ super() }} + +ccflags = $ccflags -I${srcroot}/external/cpptoml + +{% endblock %} + +# vim: ft=ninja et ts=4 sts=4 sw=4 +