Added install option.

This commit is contained in:
Aidan 2019-03-24 21:53:48 -06:00
parent 5ba902a666
commit b998dd9d55
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h
gcc -c -lX11 dwmblocks.c
clean:
rm *.o *.gch dwmblocks
install:
mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin