From ff119667912e44b6cc39f058f6466ad022331f87 Mon Sep 17 00:00:00 2001 From: Emil Date: Wed, 6 Sep 2023 13:49:41 +0000 Subject: [PATCH] prune export lines --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3540d20..3ea759c 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,8 @@ PREFIX := . CP := cp -f -CFLAGS := -std=c89 -Wall -Wextra -Wpedantic -Wshadow -Wundef -CPPFLAGS := -D_FORTIFY_SOURCE=2 - -export CFLAGS -export CPPFLAGS +export CFLAGS := -std=c89 -Wall -Wextra -Wpedantic -Wshadow -Wundef +export CPPFLAGS := -D_FORTIFY_SOURCE=2 all: plug/libplug.so src/plugin