aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-04-30 10:29:51 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2011-04-30 10:29:51 -0700
commita9b1d9db56f46dda0fee6bb89fae3304c96c8cab (patch)
tree10d5005c4f12ee1f9c4562e99774527b093354e4
parent1061a5483a1e7f8bc7e2f97a58c29777567a6147 (diff)
downloadsmartmonster-a9b1d9db56f46dda0fee6bb89fae3304c96c8cab.tar.gz
smartmonster-a9b1d9db56f46dda0fee6bb89fae3304c96c8cab.tar.bz2
Add Makefile and remove TODO item
-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