aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-19 17:18:44 -0300
committerEuAndreh <eu@euandre.org>2021-06-19 17:18:44 -0300
commita79ced6f0925526ab41ecbdb9e6e8cac86f8ea75 (patch)
tree905eca7d4f79072180855c9a4015f85eb61b8db6 /Makefile
parentSetup base i18n infrastructure (diff)
downloadremembering-a79ced6f0925526ab41ecbdb9e6e8cac86f8ea75.tar.gz
remembering-a79ced6f0925526ab41ecbdb9e6e8cac86f8ea75.tar.xz
Makefile: Stop specifying CFLAGS, LDFLAGS and CC
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e08d895..fd8e5a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,4 @@
.POSIX:
-CC = c99
-CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3
-LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
-LDLIBS =
DEFS = -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"'
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man