aboutsummaryrefslogtreecommitdiffhomepage
path: root/maker.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-03-01 12:51:58 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitb243ba3e00bf6cd5e9298903bc69d8efc7a03414 (patch)
treedb70f147c4aa744166bbb559ab238ccf316f8727 /maker.org
parentheader make unmarked headings (diff)
conf, make, meta, init and tidy substitution
Diffstat (limited to 'maker.org')
-rw-r--r--maker.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/maker.org b/maker.org
index 23589ab..fc2b740 100644
--- a/maker.org
+++ b/maker.org
@@ -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