From e733ce7d74aee14fc6d97bc2119e0645bfb49906 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 31 May 2026 17:59:29 +0200 Subject: Get rid of development defaults --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f6473ce..6d1d2b1 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ -# Temporary development value, real default will be /usr/local -export PREFIX ?= $(shell pwd)/ftag_prefix -export PROG ?= ftag -export CFLAGS ?= -O0 -g3 -export LDFLAGS ?= -export LIBS ?= +export PREFIX ?= /usr/local +export PROG ?= ftag +export CFLAGS ?= -O0 -g3 +export LDFLAGS ?= +export LIBS ?= -- cgit v1.2.3