File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ TEX_PY := Scripts/tex.py
1818TEX_SRC := Sources/expr.tex
1919VOCAB_PY := Scripts/vocab.py
2020
21- TARGETS := $(AWS ) $(ENG ) $(INDO_VOCAB ) $(NATO ) $(PERSIAN ) $(POW ) $(STATS ) $(TEX_OUT ) README.md
21+ TARGETS := $(AWS ) $(ENG ) $(INDO_VOCAB ) $(NATO ) $(PERSIAN ) $(POW ) $(STATS ) $(TEX_OUT )
2222
2323.PHONY : all
2424all : $(TARGETS )
@@ -47,10 +47,6 @@ $(STATS): Cards/**.md
4747$(TEX_OUT ) : $(TEX_PY ) $(TEX_SRC )
4848 $(PY ) $(TEX_PY ) $(TEX_SRC ) $(TEX_OUT )
4949
50- README.md : stats.json Sources/README.tmpl.md
51- CARDS_IN_DECK=$$(hashcards stats Cards --format=json | jq -r .cardsInDeckCount ) ; \
52- sed " s/CARDS_IN_DECK/$$ CARDS_IN_DECK/" Sources/README.tmpl.md > README.md
53-
5450.PHONY : check
5551check :
5652 hashcards check Cards
Original file line number Diff line number Diff line change 44
55My collection of flashcards, using [ hashcards] .
66
7- ## Stats
8-
9- - Number of cards in the deck: 1131
10-
117## Structure
128
139- ` Cards ` : the actual flashcards.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments