Skip to content

Commit

Permalink
Makefile: Fix compilation for bmake (NetBSD make)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Nov 28, 2023
1 parent 40a6cad commit e51eb53
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 @@ -3,8 +3,7 @@ PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/man
CFLAGS += -Wall -Wextra
CFLAGS += `pkg-config --cflags ncursesw`
LDLIBS += `pkg-config --libs ncursesw`
stresstest: LDLIBS = -lm
LDLIBS += `pkg-config --libs ncursesw` -lm

all: ttyplot stresstest

Expand Down

0 comments on commit e51eb53

Please sign in to comment.