Showing
1 changed file
with
7 additions
and
1 deletions
@@ -37,4 +37,10 @@ test: pdf/open-sans.ttf | @@ -37,4 +37,10 @@ test: pdf/open-sans.ttf | ||
37 | clean: | 37 | clean: |
38 | git clean -fdx | 38 | git clean -fdx |
39 | 39 | ||
40 | -.PHONY: test format format-dart format-clang clean | 40 | +publish-pdf: format clean pdf/open-sans.ttf |
41 | + cd pdf; pub publish -f | ||
42 | + | ||
43 | +publish-printing: format clean | ||
44 | + cd printing; pub publish -f | ||
45 | + | ||
46 | +.PHONY: test format format-dart format-clang clean publish-pdf publish-printing |
-
Please register or login to post a comment