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-12-01 13:33:12 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9f045f42374a1db4d9aaaad6bf204a0de4e4b9d
c9f045f4
1 parent
2bc053a2
Fix Makefile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
c9f045f
...
...
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
DART_SRC
=
$(
shell
find . -name
'*.dart'
)
CLNG_SRC
=
$(
shell
find
.
-name
'*.java'
-o -name
'*.m'
-o -name
'*.h'
)
CLNG_SRC
=
$(
shell
find
printing/ios -name
'*.java'
-o -name
'*.m'
-o -name
'*.h'
)
$(
shell
find printing/android
-name
'*.java'
-o -name
'*.m'
-o -name
'*.h'
)
all
:
pdf/open-sans.ttf pdf/roboto.ttf format
...
...
Please
register
or
login
to post a comment