Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Aug 6, 2023
1 parent 555ecf2 commit 3993d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifeq ($(OS), Linux)
LIB+= -lm -lrt
endif
ifeq ($(OS), Darwin)
OPT+= -I/usr/local/include -Wextra -g #-Wsign-compare
OPT+= -I/usr/local/include -Wall -g #-Wsign-compare
PREDEF+= -D_APPLE
LIB+= -L/usr/local/lib
endif
Expand Down

0 comments on commit 3993d9a

Please sign in to comment.