Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe A. Louza committed Oct 15, 2020
1 parent b91598b commit 0fde9bb
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
Expand Up @@ -12,11 +12,11 @@ MALLOC_COUNT0=
MALLOC_COUNT_FLAG=0

ifeq ($(SYSTEM),Darwin)
LFLAGS=-lm
LFLAGS=-lm
else
MALLOC_COUNT=malloc_count/malloc_count.c
MALLOC_COUNT0=malloc_count/malloc_count0.c
LFLAGS= -lm -ldl
LFLAGS= -lm -ldl
MALLOC_COUNT_FLAG=1
endif

Expand Down

0 comments on commit 0fde9bb

Please sign in to comment.