aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 17:20:14 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 17:20:14 -0300
commit107d9fa6012a9312bcee9da0bf86e6fa7a34cfef (patch)
tree1aa85b2ce4d7beb2cacd73f4cb1be1162b3c458c /Makefile
parentTODOs.md: Mark #task-19f9d131-696a-3417-c052-6312f04a33af as DONE (diff)
downloadremembering-107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.tar.gz
remembering-107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.tar.xz
Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b95d76..30fb8f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
CC = c99
-CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3
-LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
+CFLAGS = -g -O1
+LDFLAGS =
LDLIBS =
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man