aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--TODO1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b67d731
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+install:
+ cp src/file_system_reporter.sh $(DESTDIR)/usr/bin/
+ cp src/update_power_counter.sh $(DESTDIR)/usr/bin/
diff --git a/TODO b/TODO
index 0786140..0d3de4a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
A rough set of notes for things that need to be implemented; patches welcome!
-Makefile to install the scripts into the proper location
init scripts to run all counters on boot
file_system_reporter.sh