Skip to content

Commit f565b02

Browse files
committed
rename
1 parent dc9d55c commit f565b02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ PERSIAN_PY := Scripts/persian.py
99
POW := Cards/Powers\ of\ Two.md
1010
POW_PY := Scripts/pow2.py
1111
PY := python3
12-
SIMPLE := Scripts/simple.py
12+
VOCAB_PY := Scripts/vocab.py
1313
TARGETS := $(AWS) $(ENG) $(NATO) $(PERSIAN) $(POW)
1414
DEF_PY := Scripts/def.py
1515

1616
.PHONY: all
1717
all: $(TARGETS)
1818

19-
$(AWS): $(AWS_SRC) $(SIMPLE)
20-
$(PY) $(SIMPLE) $(AWS_SRC) > $(AWS)
19+
$(AWS): $(AWS_SRC) $(VOCAB_PY)
20+
$(PY) $(VOCAB_PY) $(AWS_SRC) > $(AWS)
2121

2222
$(ENG): $(ENG_SRC) $(DEF_PY)
2323
$(PY) $(DEF_PY) $(ENG_SRC) > $(ENG)
File renamed without changes.

0 commit comments

Comments
 (0)