Changed Makefile to also complie when running install.
This commit is contained in:
parent
ce861dd798
commit
86f2909ba6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h
|
|||
gcc -c -lX11 dwmblocks.c
|
||||
clean:
|
||||
rm *.o *.gch dwmblocks
|
||||
install:
|
||||
install: output
|
||||
mkdir -p /usr/local/bin
|
||||
cp -f dwmblocks /usr/local/bin
|
||||
|
|
Reference in a new issue