pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce861dd
)
Changed Makefile to also complie when running install.
author
Aidan
<torrinfail@gmail.com>
Wed, 27 Mar 2019 00:32:08 +0000
(18:32 -0600)
committer
Aidan
<torrinfail@gmail.com>
Wed, 27 Mar 2019 00:32:08 +0000
(18:32 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7f6609c
..
05754f8
100644
(file)
--- a/
Makefile
+++ b/
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