diff options
author | EuAndreh <eu@euandre.org> | 2021-02-28 20:34:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-28 20:34:04 -0300 |
commit | 2d237b8f1729c4f1cc1db71a94bb9341ca116a15 (patch) | |
tree | 06c042e35ec346a127a461e29a0d7ac45b2fbb8f /Makefile | |
parent | TODOs.md: Add #task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4 (diff) | |
download | remembering-2d237b8f1729c4f1cc1db71a94bb9341ca116a15.tar.gz remembering-2d237b8f1729c4f1cc1db71a94bb9341ca116a15.tar.xz |
Makefile: Add LDLIBS and LDFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |