aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 20:34:04 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 20:34:04 -0300
commit2d237b8f1729c4f1cc1db71a94bb9341ca116a15 (patch)
tree06c042e35ec346a127a461e29a0d7ac45b2fbb8f
parentTODOs.md: Add #task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4 (diff)
downloadremembering-2d237b8f1729c4f1cc1db71a94bb9341ca116a15.tar.gz
remembering-2d237b8f1729c4f1cc1db71a94bb9341ca116a15.tar.xz
Makefile: Add LDLIBS and LDFLAGS
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e70326d..18de0b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.POSIX:
CC = c99
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g
-LDFLAGS =
-LDLIBS =
+LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
+LDLIBS = -lsharedc
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
VERSION = 0.2.1