aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-22 15:25:29 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-27 12:12:35 -0400
commitfd3cdddf8ca1b2c46ef5b9da337efec7b1646635 (patch)
tree0e39d82792aadaae42a006d107e89ab7d57d8ad6 /makefile
parentspine, harvests require doc abstraction be run (diff)
org .envrc-local_ (sample for nix-shell)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 92791f7..40d1026 100644
--- a/makefile
+++ b/makefile
@@ -154,7 +154,7 @@ get_depends:
done; \
cd $${hwd}
set_depends: get_depends
- dub describe | sed 's_$(shell echo `pwd | sed 's_/_\\/_g'`)_._g' > dub_describe.json
+ dub describe | sed 's~$(shell echo `pwd | sed 's_/_\\/_g'`)~.~g' > dub_describe.json
rm_flakelock:
git reset HEAD flake.lock && \
touch flake.lock \