Added install option.
This commit is contained in:
parent
5ba902a666
commit
b998dd9d55
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -4,3 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h
|
||||||
gcc -c -lX11 dwmblocks.c
|
gcc -c -lX11 dwmblocks.c
|
||||||
clean:
|
clean:
|
||||||
rm *.o *.gch dwmblocks
|
rm *.o *.gch dwmblocks
|
||||||
|
install:
|
||||||
|
mkdir -p /usr/local/bin
|
||||||
|
cp -f dwmblocks /usr/local/bin
|
||||||
|
|
Loading…
Reference in a new issue