diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-28 23:27:40 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-28 23:27:57 -0300 |
| commit | 322c86db45b7e674850d17dbb915830c660a98c3 (patch) | |
| tree | d7b1cc4f0244eb3dce0dc15f628c1786a6253cb3 /Makefile | |
| parent | Update files under aux/ (diff) | |
| download | packages-322c86db45b7e674850d17dbb915830c660a98c3.tar.gz packages-322c86db45b7e674850d17dbb915830c660a98c3.tar.xz | |
Add dependencies.dot
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,7 +18,11 @@ check: clean: rm -rf public/ -public: +public/dependencies.svg: dependencies.dot + mkdir -p public + dot dependencies.dot -Tsvg > public/dependencies.svg + +public: README.md TODOs.md public/dependencies.svg sh aux/workflow/public.sh "EuAndreh's package repository" package-repository public-inbox cp EuAndreh.key public/ |
