-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
632 additions
and
453 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.PHONY: run | ||
run: | ||
depviz render -f | dot -Tsvg > depviz.svg | ||
depviz render -t orphans -f | dot -Tsvg > orphans.svg | ||
cat orphans.svg | grep -s text || rm orphans.svg | ||
depviz run | dot -Tsvg > depviz.svg | ||
depviz run -t orphans | dot -Tsvg > orphans.svg | ||
cat orphans.svg | grep -q text || rm orphans.svg | ||
|
||
.PHONY: preview | ||
preview: | ||
depviz render -f | dot -Tpng | imgcat | ||
depviz run | dot -Tpng | imgcat |
Oops, something went wrong.