20
0

Fix the vc target in the paper and memo Makefiles

vc:	resources/vc-git declared a prerequisite rather than a recipe, so
make vc reported nothing to be done and wrote no vc file.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-19 15:45:13 +09:00
parent c499e92311
commit 611426ef5d
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ clean:
viewpdf: all
evince *.pdf
vc: resources/vc-git
vc:
resources/vc-git
pdf: all