updated make to remove blocks.h, it wasn't being update with make which I didn't realise

This commit is contained in:
Solomon Laing 2022-10-30 21:44:42 +10:30
parent c2d5bb0450
commit f70ff98228

View File

@ -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