This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwmblocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added install option.
master
Aidan
6 years ago
parent
5ba902a666
commit
b998dd9d55
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save