diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-03-01 12:51:58 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | b243ba3e00bf6cd5e9298903bc69d8efc7a03414 (patch) | |
tree | db70f147c4aa744166bbb559ab238ccf316f8727 /maker.org | |
parent | header make unmarked headings (diff) |
conf, make, meta, init and tidy substitution
Diffstat (limited to 'maker.org')
-rw-r--r-- | maker.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -813,7 +813,7 @@ dependency "archive" version="~>0.6.0" # http://code.dlang.org/pac ** generic :generic: *** build (sdp) :release: -#+BEGIN_SRC sh :tangle dub.sdl +#+BEGIN_SRC sh configuration "build" { name "build" targetType "executable" @@ -835,7 +835,7 @@ configuration "reggae" { targetName "bin/sdp-rg" dflags "-J=views" "-I=src/sdp" buildOptions "verbose" "releaseMode" "optimize" "inline" - postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp'" + postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp-rg'" } #+END_SRC |