diff options
author | EuAndreh <eu@euandre.org> | 2021-06-06 17:39:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-06 17:39:19 -0300 |
commit | 32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8 (patch) | |
tree | e635cf6891ae3fa0703ee1602f940dcac0b29e37 /Makefile | |
parent | TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONE (diff) | |
download | remembering-32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8.tar.gz remembering-32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8.tar.xz |
Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"
This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ .POSIX: CC = c99 -CFLAGS = -g -O1 -LDFLAGS = +CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3 +LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH LDLIBS = PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man |