mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-13 17:47:52 -06:00
build: move preamble script to scripts/
This commit is contained in:
parent
04eb8b97f3
commit
d7c312bae5
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ build/yartsu: $(SRC_FILES)
|
||||||
shiv \
|
shiv \
|
||||||
-c yartsu \
|
-c yartsu \
|
||||||
-o ./build/yartsu \
|
-o ./build/yartsu \
|
||||||
--preamble preamble.py \
|
--preamble scripts/preamble.py \
|
||||||
--reproducible \
|
--reproducible \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue