commit cc5a186edee624ad729385860be0cc7a19925659 parent 0e0c790d8b21c66eb28305df0bc987d8595281eb Author: sin <sin@2f30.org> Date: Sun, 2 Nov 2014 14:07:45 +0000 Add arg.h as a prereq Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS) -xbattmon.o: config.h +xbattmon.o: arg.h config.h install: all mkdir -p $(DESTDIR)$(PREFIX)/bin