mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-09 22:24:13 +01:00
make models: unzip to the versioned directory
This commit is contained in:
parent
2c211095d7
commit
0bef6e297b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -56,7 +56,7 @@ $(EYNOLLAH_MODELS_ZIP):
|
|||
$(WGET) $@ $(EYNOLLAH_MODELS_URL)
|
||||
|
||||
$(EYNOLLAH_MODELS_DIR): $(EYNOLLAH_MODELS_ZIP)
|
||||
unzip $<
|
||||
mkdir -p $@; cd $@; unzip ../$<
|
||||
|
||||
build:
|
||||
$(PIP) install build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue