diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-30 12:36:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-30 12:36:16 -0500 |
commit | a9d284811255a1982ff2587467a77a27a82dd74a (patch) | |
tree | 32992285f5722501a9581634f3c2f245dc4b3f7e /Makefile | |
parent | e3f67d934025ba0c6853e8b8cdaddb97dbac1283 (diff) |
Create batterymon, a program that will monitor the battery, and run a command if discharging and below a certain percent.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ RM = rm -f BINFILES = \ arg \ + batterymon \ chardiff \ chardiff_pre \ chardiff_post \ |