logo

9utils

Collection of utilities inspired by Plan9
commit: 890ec735ae05a49028fe7fb1f3a58f1314726df1
parent c2779c0ec6a69262b5e72a2e27a17ecdca4ff614
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 14 Sep 2023 21:35:40 +0200

Makefile: fix HAREFLAGS position

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -20,7 +20,7 @@ all: $(CMDS) .SUFFIXES: .ha .ha: - $(HARE) $(HAREFLAGS) build -o $@ $< + $(HARE) build $(HAREFLAGS) -o $@ $< .PHONY: lint lint: