feat: modify clean directive
remove blocks.h
This commit is contained in:
parent
72b5294bc7
commit
fe16d9a110
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ blocks.h:
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.gch dwmblocks
|
rm -f blocks.h *.o *.gch dwmblocks
|
||||||
install: output
|
install: output
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
|
Loading…
Reference in New Issue
Block a user