From 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 17:20:14 -0300 Subject: Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3