mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
ensure rspy rebuilt on buildhash change
This commit is contained in:
parent
18aa836e0c
commit
22bb4607c9
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@ all: develop
|
||||||
|
|
||||||
develop: .build/develop
|
develop: .build/develop
|
||||||
|
|
||||||
.build/develop: .build/tools .build/vernum $(wildcard $(FTLS)/*.ftl)
|
.build/develop: .build/tools .build/vernum ../meta/buildhash $(wildcard $(FTLS)/*.ftl)
|
||||||
touch ../proto/backend.proto
|
touch ../proto/backend.proto
|
||||||
FTL_TEMPLATE_DIRS="$(FTLS)" maturin develop $(BUILDFLAGS)
|
FTL_TEMPLATE_DIRS="$(FTLS)" maturin develop $(BUILDFLAGS)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
build: .build/tools .build/vernum $(wildcard $(FTLS)/*.ftl)
|
build: .build/tools .build/vernum ../meta/buildhash $(wildcard $(FTLS)/*.ftl)
|
||||||
rm -rf $(OUTDIR)/ankirspy*
|
rm -rf $(OUTDIR)/ankirspy*
|
||||||
touch ../proto/backend.proto
|
touch ../proto/backend.proto
|
||||||
FTL_TEMPLATE_DIRS="$(FTLS)" maturin build -i $(shell which python3) -o $(OUTDIR) $(BUILDFLAGS)
|
FTL_TEMPLATE_DIRS="$(FTLS)" maturin build -i $(shell which python3) -o $(OUTDIR) $(BUILDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue