mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-12-22 04:20:44 -06:00
build: don't build wheel/sdist when making binary
This commit is contained in:
parent
93aeaa12bf
commit
36d8cf1ac7
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -29,7 +29,6 @@ build: build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu ## build wi
|
|||
|
||||
build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu: $(SRC_FILES)
|
||||
@echo "==> Building yartsu w/ pyxoxidizer <=="
|
||||
@pdm install
|
||||
@pyoxidizer build --release
|
||||
|
||||
.PHONY: install.bin install.shiv
|
||||
|
|
Loading…
Reference in a new issue