Skip to content

Commit

Permalink
No need for -ldl.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Apr 2, 2012
1 parent c3a6ef6 commit 1b162eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CFLAGS=-g -O2 -Wall -Wextra -Isrc -rdynamic -DNDEBUG $(OPTFLAGS)
LIBS=-ldl $(OPTLIBS)
LIBS=$(OPTLIBS)
PREFIX?=/usr/local

SOURCES=$(wildcard src/**/*.c src/*.c)
Expand Down

0 comments on commit 1b162eb

Please sign in to comment.