xbattmon

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

commit 99d0ee7441f97e6bc02e6e9f3ee6f782c1d64e23
parent 3dbfc045432e8ad6bf50225ce6db06dbffef1de0
Author: lostd <lostd@2f30.org>
Date:   Thu,  6 Nov 2014 14:24:25 +0200

Force the headers dependencies

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,8 @@ BIN = xbattmon all: $(BIN) -xbattmon.o: arg.h config.h +$(BIN): $(BIN).o +$(BIN).o: arg.h config.h install: all mkdir -p $(DESTDIR)$(PREFIX)/bin