diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-27 23:44:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 0ad57cc16d644cf614f128caf52273367dced16a (patch) | |
tree | 26607dc4a1d4f072ee7c6ddf8eaad3bad1c6d054 /reggaefile.d | |
parent | 0.26.5 sqlite output, focus (diff) |
meson build related (reggae removed for now)
Diffstat (limited to 'reggaefile.d')
-rw-r--r-- | reggaefile.d | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/reggaefile.d b/reggaefile.d deleted file mode 100644 index 48188f2..0000000 --- a/reggaefile.d +++ /dev/null @@ -1,4 +0,0 @@ -import reggae; -alias _compile = dubDefaultTarget!(CompilerFlags("-g -O")); -alias _dub_conf = dubConfigurationTarget!(Configuration("reggae")); -mixin build!(_compile, _dub_conf); |