mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Lots of updates.
This commit is contained in:
7
dwmblocks/Makefile
Normal file
7
dwmblocks/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
output: dwmblocks.c blocks.h
|
||||
cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks
|
||||
clean:
|
||||
rm -f *.o *.gch dwmblocks
|
||||
install: output
|
||||
mkdir -p /usr/local/bin
|
||||
cp -f dwmblocks /usr/local/bin
|
||||
Reference in New Issue
Block a user