diff options
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 $< |