diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-02-21 17:27:44 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 2a6477cc99c929edffbd805e9d7fffb40d6d63cf (patch) | |
tree | 065e1e64a9275503c5f8b48bde146e1cfcc78805 /reggaefile.d | |
parent | 0.24.0 toml or sdlang for configuration (diff) |
maker.org updates, including reggae builds
Diffstat (limited to 'reggaefile.d')
-rw-r--r-- | reggaefile.d | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/reggaefile.d b/reggaefile.d new file mode 100644 index 0000000..48188f2 --- /dev/null +++ b/reggaefile.d @@ -0,0 +1,4 @@ +import reggae; +alias _compile = dubDefaultTarget!(CompilerFlags("-g -O")); +alias _dub_conf = dubConfigurationTarget!(Configuration("reggae")); +mixin build!(_compile, _dub_conf); |