Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2018-08-15 10:17:27 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc9b833ddc19e7ab8db20a9dbfc4147d630b36ef
bc9b833d
1 parent
1fc9ebff
Update Makefile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
Makefile
Makefile
View file @
bc9b833
...
...
@@ -37,4 +37,10 @@ test: pdf/open-sans.ttf
clean
:
git clean -fdx
.PHONY
:
test format format-dart format-clang clean
publish-pdf
:
format clean pdf/open-sans.ttf
cd
pdf; pub publish -f
publish-printing
:
format clean
cd
printing; pub publish -f
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing
...
...
Please
register
or
login
to post a comment