Skip to content

Commit

Permalink
fix compilation on openbsd via makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffany352 committed Jun 2, 2024
1 parent d642411 commit 50821a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ man7dir := $(mandir)/man7
srcdir := .

RINK_PATH := $(prefix)/share/rink
export RINK_PATH

all: bin man

fetch:
$(CARGO) fetch $(FETCHFLAGS)

bin:
$(CARGO) build $(BUILDFLAGS) -p rink
RINK_PATH=$(RINK_PATH) $(CARGO) build $(BUILDFLAGS) -p rink

test:
$(CARGO) test $(CHECKFLAGS) --all
Expand Down

0 comments on commit 50821a8

Please sign in to comment.