summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-12-11 23:23:54 +0100
committerNao Pross <naopross@thearcway.org>2017-12-11 23:23:54 +0100
commitd68af8ab05e913339fc8ab341adc5b1860ff7756 (patch)
tree426463dffefd3a33996b32a3a5c8a6c75ccaf2fe /makefile
parentRisposta alla tematica & Motivazioni (diff)
downloadLFC-d68af8ab05e913339fc8ab341adc5b1860ff7756.tar.gz
LFC-d68af8ab05e913339fc8ab341adc5b1860ff7756.zip
Modificato copertina e motivazioni
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 0ff4241..580145d 100644
--- a/makefile
+++ b/makefile
@@ -26,10 +26,10 @@ $(_DRAFT): $(_DRAFT_SRC) build_dir
$(_FINAL): $(_FINAL_SRC) build_dir
$(TEX) $<
-count: count_draft count_final
+count: count_draft
count_draft: $(_DRAFT_SRC)
- texcount $<
+ texcount -char $<
count_final: $(_FINAL_SRC)
texcount $<