remove blocks.h on make clean

This commit is contained in:
Jakub 2022-11-11 22:49:03 -05:00
parent c60b234277
commit 4bda912dc0

View File

@ -23,7 +23,7 @@ blocks.h:
cp blocks.def.h $@ cp blocks.def.h $@
clean: clean:
rm -f *.o *.gch dwmblocks rm -f *.o *.gch dwmblocks blocks.h
install: dwmblocks install: dwmblocks
mkdir -p ${DESTDIR}${PREFIX}/bin mkdir -p ${DESTDIR}${PREFIX}/bin