Skip to content

Commit

Permalink
Merge pull request #11 from plancksecurity/mac-build
Browse files Browse the repository at this point in the history
Refactor Makefile installation logic
puntolino authored Jun 21, 2024
2 parents a5360c1 + ae9d14d commit f95d40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -57,9 +57,9 @@ PKGCONFIG_DIR=$(PREFIX)/share/pkgconfig/
CARGO_FLAGS+=$(VARIANT_FLAGS)

ifneq ($(filter Darwin %BSD,$(shell uname -s)),)
INSTALL?=ginstall
else
INSTALL?=install
else
INSTALL?=ginstall
endif

.PHONY: all build install uninstall test clean

0 comments on commit f95d40f

Please sign in to comment.