diff options
author | Nao Pross <naopross@thearcway.org> | 2017-12-11 23:23:54 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-12-11 23:23:54 +0100 |
commit | d68af8ab05e913339fc8ab341adc5b1860ff7756 (patch) | |
tree | 426463dffefd3a33996b32a3a5c8a6c75ccaf2fe /makefile | |
parent | Risposta alla tematica & Motivazioni (diff) | |
download | LFC-d68af8ab05e913339fc8ab341adc5b1860ff7756.tar.gz LFC-d68af8ab05e913339fc8ab341adc5b1860ff7756.zip |
Modificato copertina e motivazioni
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< |