From 42a3d5b7379b8a691cc7aeddbd55f498c28a5156 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 3 Mar 2021 17:39:48 -0300 Subject: Remove sharedc dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3