build: move preamble script to scripts/

This commit is contained in:
Daylin Morgan 2022-06-15 00:53:59 -05:00
parent 04eb8b97f3
commit d7c312bae5
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,7 @@ build/yartsu: $(SRC_FILES)
shiv \
-c yartsu \
-o ./build/yartsu \
--preamble preamble.py \
--preamble scripts/preamble.py \
--reproducible \
.