Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Mar 21, 2024
1 parent f3722ac commit 4a69c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ win:
linux:
cargo build --target $(LINUX_TARGET) --release

fedora:
cargo generate-rpm
cp target/generate-rpm/nyaa-$(VERSION)*.rpm "release/$(VERSION)/"

deb:
@mkdir -p "release/$(VERSION)"
@echo Go grab a coffee...
Expand Down

0 comments on commit 4a69c00

Please sign in to comment.