From d68af8ab05e913339fc8ab341adc5b1860ff7756 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 11 Dec 2017 23:23:54 +0100 Subject: Modificato copertina e motivazioni --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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 $< -- cgit v1.2.1