logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: 6d1edafad23ebdf02fc6f2412024870c4d0ea23d
parent 72aee1e5828f32f7b36479474e496492e82cc270
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 Jul 2022 08:44:42 +0200

Makefile: Add defaults for AR and CC

Diffstat:

MMakefile3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,9 @@ PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin MANDIR ?= $(PREFIX)/share/man + +AR ?= ar +CC ?= cc CFLAGS ?= -Os -s MANDOC ?= mandoc