stupidcomputer
275fa01164
make it such that notifications can occur. that is, write to ~/.cache/statusbar_notification, and things appear on the bar. pretty cool right?
10 lines
162 B
Makefile
10 lines
162 B
Makefile
LDFLAGS=`pkg-config --cflags --libs xcb`
|
|
CFLAGS=-ggdb -fsanitize=address
|
|
main: battery.o bspwm.o time.o battstatus.o message.o
|
|
|
|
clean:
|
|
rm *.o main
|
|
|
|
run:
|
|
./main
|