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 variable in makefile to change c compiler
master
Aidan
5 years ago
parent
31b9d65b31
commit
dcb198d7d7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -1,7 +1,7 @@
PREFIX
?=
/usr/local
CC
?=
cc
output
:
dwmblocks
.
c
blocks
.
h
cc
`
pkg-config --cflags x11
`
`
pkg-config --libs x11
`
dwmblocks.c -o dwmblocks
${
CC
}
`
pkg-config --cflags x11
`
`
pkg-config --libs x11
`
dwmblocks.c -o dwmblocks
clean
:
rm -f *.o *.gch dwmblocks
install
:
output
Write
Preview
Loading…
Cancel
Save