logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: 615d91e277233e4c1492874ed9d4078304906ca3
parent bc9a0d57211c14df45b8c72c0a7b1f79444a28bf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 30 Sep 2022 05:02:05 +0200

make: Add reuse to lint stage

Diffstat:

MMakefile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -12,6 +12,7 @@ HARE ?= hare HAREFLAGS ?= CFLAGS ?= -Os -s MANDOC ?= mandoc +REUSE ?= reuse EXE = deblob TEST_BLOBS = test/fixtures/hello test/fixtures/hello.a test/fixtures/hello.o test/fixtures/hello.exe test/fixtures/hello.luac53 test/fixtures/hello.luac54 test/fixtures/hello.wasm @@ -63,6 +64,7 @@ test: all $(TEST_BLOBS) .PHONY: lint lint: $(MANDOC) -Tlint -Wunsupp,error,warning $(EXE).1 + $(REUSE) lint # https://pypi.org/project/black/ python code formatter .PHONY: format