xbattmon

simple battery monitor for X
git clone git://git.2f30.org/xbattmon
Log | Files | Refs | README | LICENSE

commit a2958cc8b71324633b7faccbc4dab5b6b891f0d0
parent 3c0603742b987ac7513e110eb8010c0d36570f52
Author: sin <sin@2f30.org>
Date:   Thu, 30 Oct 2014 19:11:30 +0000

Add Makefile

Diffstat:
AMakefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,8 @@ +CFLAGS = -I/usr/X11R6/include +LDLIBS = -L/usr/X11R6/lib -lX11 +BIN = xbattmon + +all: $(BIN) + +clean: + rm -f $(BIN)