aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48d0466..81b5ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CC = c99
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g
LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
-LDLIBS = -lsharedc
+LDLIBS =
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
VERSION = 0.2.1