aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-02-17 19:10:20 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-02-17 19:10:20 +0100
commit4d25a516a8b4de52cbfbd310f0201b7231fc1e2b (patch)
tree2e3928eed89e52a869c8977b2b5307a86e434508
parent857208d5cf18ebe2bcb93d2ac1daaf7dfdacdc2f (diff)
Do not export archive variables
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 67f86b8..e8be664 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,9 @@ export LIBS ?=
-export FTAG_VERSION := 0.1
-export FTAG_ARCHIVE_DIR := ftag-$(FTAG_VERSION)
-export FTAG_ARCHIVE := ftag-$(FTAG_VERSION).tar.gz
+export FTAG_VERSION := 0.1
+FTAG_ARCHIVE_DIR := ftag-$(FTAG_VERSION)
+FTAG_ARCHIVE := ftag-$(FTAG_VERSION).tar.gz
export __CFLAGS := -std=c99 -Wall \
-DFTAG_PREFIX=\"$(PREFIX)\" \