diff options
| author | Jerome Sautret <jerome.sautret@process-one.net> | 2014-08-26 16:12:57 +0200 |
|---|---|---|
| committer | Jerome Sautret <jerome.sautret@process-one.net> | 2014-10-30 15:21:25 +0100 |
| commit | fad0d867fc28a702f869b4e64f08820024d9f3b2 (patch) | |
| tree | f68da5a4a12ab371d66d89647f5af7f60e466afc /Makefile.in | |
| parent | Merge pull request #328 from flygoast/master (diff) | |
Add xref Makefile target.
Conflicts:
rebar.config.script
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 525879854..4f3e1bc9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,6 +88,10 @@ update: rm -rf deps/.built $(REBAR) update-deps && :> deps/.got +xref: all + $(REBAR) skip_deps=true xref + + translations: contrib/extract_translations/prepare-translation.sh -updateall |
