utils

small programs, scripts and utils
git clone https://git.e1e0.net/utils.git
Log | Files | Refs

commit 9ad0f899c922c31e4281606c052444d38c4c5e4f
parent b26f781d1ae79ebbaf5168f990003d0f5529377b
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue, 13 Apr 2021 19:32:17 +0200

make PREFIX overrideable or something

Diffstat:
Mgeoloc/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geoloc/Makefile b/geoloc/Makefile @@ -3,7 +3,7 @@ CFLAGS != curl-config --cflags CFLAGS += -Wall -Wextra -Werror -std=c11 -pedantic LIBS != curl-config --libs LIBS += -ljson-c -PREFIX = /usr/local +PREFIX ?= /usr/local .PHONY: all clean .SUFFIXES: .in.1 .1