Skip to content

Commit f438a79

Browse files
committedJul 6, 2020
up
1 parent 6b6c66b commit f438a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
22
ruby uml.rb > cards.uml
3-
plantuml cards.uml
4-
open cards.png
3+
plantuml -tpng cards.uml
4+
plantuml -tsvg cards.uml
55

0 commit comments

Comments
 (0)
Please sign in to comment.