diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-03-02 16:30:13 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-03-05 16:40:27 -0500 |
commit | ede7dc3432d1dca3559a7d992c0a20b9ca51c330 (patch) | |
tree | 57525a0064a3570d71236abf5eb1eef254b6a9ea /makefile | |
parent | cleaning (diff) |
ext depends meta info: ver hash, license
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |