From f70ff98228ec8801b7b9ff4d644d33164a00b7ce Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 30 Oct 2022 21:44:42 +1030 Subject: [PATCH] updated make to remove blocks.h, it wasn't being update with make which I didn't realise --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75109ac..f854ad0 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ blocks.h: cp blocks.def.h $@ clean: - rm -f *.o *.gch dwmblocks + rm -f *.o *.gch dwmblocks blocks.h install: dwmblocks mkdir -p ${DESTDIR}${PREFIX}/bin