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
Changed Makefile to also complie when running install.
master
Aidan
6 years ago
parent
ce861dd798
commit
86f2909ba6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save