aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-03-02 16:30:13 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-03-05 16:40:27 -0500
commitede7dc3432d1dca3559a7d992c0a20b9ca51c330 (patch)
tree57525a0064a3570d71236abf5eb1eef254b6a9ea /makefile
parentcleaning (diff)
ext depends meta info: ver hash, license
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index d3c2049..0c8c7df 100644
--- a/makefile
+++ b/makefile
@@ -152,6 +152,8 @@ get_depends:
fi; \
done; \
cd $${hwd}
+set_depends: get_depends
+ dub describe | sed 's_$(shell echo `pwd | sed 's_/_\\/_g'`)_._g' > dub_describe.json
dub_upgrade:
$(DUB) upgrade
default: ldc