Skip to content

Commit

Permalink
Makefile: build rust module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 12, 2024
1 parent a1b32ed commit 501f3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ umu-dist-install: umu-dist
$(PYTHON_INTERPRETER) -m installer --destdir=$(DESTDIR) $(OBJDIR)/*.whl

ifeq ($(FLATPAK), xtrue)
umu-install: umu-dist-install
umu-install: umu-dist-install umu-delta-install
else
umu-install: umu-dist-install umu-docs-install
umu-install: umu-dist-install umu-delta-install umu-docs-install
endif

ifeq ($(FLATPAK), xtrue)
Expand Down

0 comments on commit 501f3a2

Please sign in to comment.