Updated tarball generation

This commit is contained in:
Yannick Mauray 2021-10-21 23:56:25 +02:00
parent efd6125425
commit fda53aa02b
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ bin: quickgui
tar -C $(BUILD_ROOT) -c -v -f $(BIN_TAR) $(BASE_NAME)
xz -z $(BIN_TAR)
src: distclean
src:
mkdir -p $(BUILD_ROOT)
tar -C .. -c -v -f $(SRC_TAR) --exclude .git --transform 's/^quickgui/$(BASE_NAME)/' quickgui
rm ${SRC_TAR}.xz
xz -z $(SRC_TAR)